mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: enhance account passkey functionality and improve error handling
This commit is contained in:
@@ -644,6 +644,13 @@ const en: Record<string, string> = {
|
||||
"txt_account_passkey_not_found": "Account passkey not found",
|
||||
"txt_account_passkey_prf_not_available": "This passkey cannot return a PRF key",
|
||||
"txt_account_passkey_direct_unlock_enabled": "Direct vault unlock enabled",
|
||||
"txt_account_passkey_direct_unlock_unavailable_title": "Direct unlock unavailable",
|
||||
"txt_account_passkey_direct_unlock_unavailable_message": "This passkey did not return a PRF key, so it cannot unlock the vault directly. You can still save it for account login; unlocking the vault will require your master password.",
|
||||
"txt_account_passkey_direct_unlock_unavailable_error": "This passkey cannot unlock the vault directly",
|
||||
"txt_account_passkey_saved_login_only": "Account passkey saved for login only",
|
||||
"txt_account_passkey_not_saved": "Account passkey was not saved",
|
||||
"txt_save_login_only_passkey": "Save for login only",
|
||||
"txt_do_not_save": "Do not save",
|
||||
"txt_add_account_passkey": "Add account passkey",
|
||||
"txt_delete_account_passkey": "Delete account passkey",
|
||||
"txt_direct_unlock": "Direct unlock",
|
||||
@@ -654,6 +661,17 @@ const en: Record<string, string> = {
|
||||
"txt_passkey_name": "Passkey name",
|
||||
"txt_passkey_requires_master_password": "Passkey verified. Enter your master password to unlock the vault.",
|
||||
"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",
|
||||
"txt_invalid_passkey_assertion_response": "Invalid passkey verification response",
|
||||
"txt_invalid_passkey_registration_response": "Invalid passkey registration response",
|
||||
"txt_passkey_browser_not_supported": "This browser does not support passkeys",
|
||||
"txt_no_passkey_selected": "No passkey was selected",
|
||||
"txt_no_passkey_created": "No passkey was created",
|
||||
"txt_unsupported_encrypted_user_key": "Unsupported encrypted account key",
|
||||
"txt_passkey_verification_failed": "Passkey verification failed",
|
||||
"txt_passkey_cannot_unlock_vault": "This passkey cannot unlock this vault",
|
||||
"txt_invalid_passkey_vault_key": "Invalid passkey vault key",
|
||||
"txt_phone": "Phone",
|
||||
"txt_please_input_email_and_password": "Please input email and password",
|
||||
"txt_please_input_master_password": "Please input master password",
|
||||
|
||||
Reference in New Issue
Block a user