feat(auth): make passkey enrollment optional on first login
Remove passkey requirement from user onboarding flow Update UI badges to show passkeys as optional rather than pending Update documentation to reflect the new behavior
This commit is contained in:
@@ -93,8 +93,8 @@
|
||||
size="sm"
|
||||
/>
|
||||
<UBadge
|
||||
:label="row.original.needsPasskeySetup ? 'Passkey pending' : 'Passkey ready'"
|
||||
:color="row.original.needsPasskeySetup ? 'warning' : 'success'"
|
||||
:label="row.original.passkeyCount > 0 ? 'Passkey ready' : 'No passkey'"
|
||||
:color="row.original.passkeyCount > 0 ? 'success' : 'neutral'"
|
||||
variant="soft"
|
||||
size="sm"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user