mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-21 13:20:13 +00:00
feat: add passkey unlock functionality and improve related error handling
This commit is contained in:
@@ -657,9 +657,11 @@ const en: Record<string, string> = {
|
||||
"txt_enable_passkey_direct_unlock": "Enable direct unlock",
|
||||
"txt_login_only": "Login only",
|
||||
"txt_login_with_passkey": "Log in with passkey",
|
||||
"txt_unlock_with_passkey": "Unlock with passkey",
|
||||
"txt_no_account_passkeys": "No account passkeys",
|
||||
"txt_passkey_name": "Passkey name",
|
||||
"txt_passkey_requires_master_password": "Passkey verified. Enter your master password to unlock the vault.",
|
||||
"txt_passkey_not_for_locked_account": "This passkey is for a different account",
|
||||
"txt_prf_not_supported": "PRF not supported",
|
||||
"txt_invalid_passkey_creation_options": "Invalid passkey creation options",
|
||||
"txt_invalid_passkey_assertion_options": "Invalid passkey verification options",
|
||||
|
||||
Reference in New Issue
Block a user