Skip to content

Commit 0caca96

Browse files
this commit removes the biometric authentication card from the authorization screen, including fingerprint, lock, and check icons, leaving only the "secure access" title and security message to simplify the interface
1 parent 0c96ccf commit 0caca96

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

Source/Vinder.Federation.WebApi/Pages/Authorize.cshtml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -82,35 +82,6 @@
8282
</div>
8383

8484
<div class="relative z-10 flex flex-col items-center text-center px-12">
85-
<div class="relative">
86-
<div class="w-48 h-80 bg-gray-800 rounded-3xl border-4 border-gray-700 flex items-center justify-center shadow-2xl">
87-
<div class="w-40 h-72 bg-gray-700 rounded-2xl flex flex-col items-center justify-center p-4">
88-
<svg xmlns="http://www.w3.org/2000/svg" class="w-20 h-20 text-white mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
89-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1"
90-
d="M12 11c0 3.517-1.009 6.799-2.753 9.571m-3.44-2.04l.054-.09A13.916 13.916 0 008 11a4 4 0 118 0c0 1.017-.07 2.019-.203 3m-2.118 6.844A21.88 21.88 0 0015.171 17m3.839 1.132c.645-2.266.99-4.659.99-7.132A8 8 0 008 4.07M3 15.364c.64-1.319 1-2.8 1-4.364 0-1.457.39-2.823 1.07-4" />
91-
</svg>
92-
<p class="text-gray-400 text-xs text-center">Please tap your finger<br/>to verify</p>
93-
</div>
94-
</div>
95-
96-
<div class="absolute -right-8 top-1/2 transform -translate-y-1/2">
97-
<div class="w-16 h-16 bg-gray-800 rounded-xl flex items-center justify-center border border-gray-700 shadow-lg">
98-
<svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
99-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"
100-
d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
101-
</svg>
102-
</div>
103-
</div>
104-
105-
<div class="absolute -left-6 top-8">
106-
<div class="w-12 h-12 bg-white rounded-full flex items-center justify-center shadow-lg">
107-
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-black" fill="none" viewBox="0 0 24 24" stroke="currentColor">
108-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
109-
</svg>
110-
</div>
111-
</div>
112-
</div>
113-
11485
<div class="mt-12">
11586
<h2 class="text-2xl font-bold text-white mb-2">Secure Access</h2>
11687
<p class="text-gray-400 text-sm max-w-xs">Your data is protected with enterprise-grade security and encryption</p>

0 commit comments

Comments
 (0)