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:
@@ -59,8 +59,8 @@
|
||||
</div>
|
||||
|
||||
<UBadge
|
||||
:label="passkeys.length > 0 ? 'Ready' : 'Required'"
|
||||
:color="passkeys.length > 0 ? 'success' : 'warning'"
|
||||
:label="passkeys.length > 0 ? 'Ready' : 'Optional'"
|
||||
:color="passkeys.length > 0 ? 'success' : 'neutral'"
|
||||
variant="soft"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user