Passkey in-line autofill webauthn #5406
Unanswered
daifangdeng
asked this question in
Q&A
Replies: 1 comment
-
Vaultwarden is only the server backend and does not maintain or develop the clients which in this case control the items and features you mention. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussed in #5341
I know how to autofill the UI for passkeys, but my issue is that in scenarios without a passkey, the dropdown list still displays "use a different passkey," which can confuse users. Especially when the user has not registered a passkey, the drop-down panel displays "use a passkey", which is a bad experience,Therefore, what I want to achieve is to set authcomplete="username webauthn" only when the user has a passkey, and if the device does not have a passkey, set authcomplete="off."
Beta Was this translation helpful? Give feedback.
All reactions