Add phase 6 PAN login invitation and client identity
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user