Add phase 6 PAN login invitation and client identity

This commit is contained in:
A R R R Associates
2026-07-23 15:08:26 +05:30
parent 90345a2e1a
commit 76039d915d
13 changed files with 332 additions and 10 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
<input type="hidden" name="csrf_token" value="{{ csrf_token }}" />
<label class="grid gap-1">
<span class="text-sm text-slate-600">Email</span>
<input class="border rounded-xl px-3 py-2" name="email" type="email" required />
<span class="text-sm text-slate-600">Email or PAN</span>
<input class="border rounded-xl px-3 py-2" name="email" type="text" autocomplete="username" required />
</label>
<label class="grid gap-1">