mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: implement account passkey functionality
- Added functions for managing account passkeys including creation, listing, updating, and deletion. - Introduced login methods using account passkeys with options for direct unlock and login-only modes. - Enhanced error handling and response parsing for passkey-related API calls. - Updated UI styles for account passkey management components. - Added new translations for account passkey features in multiple languages. - Modified network status handling to improve service reachability checks.
This commit is contained in:
@@ -631,6 +631,29 @@ const en: Record<string, string> = {
|
||||
"txt_passkey": "Passkey",
|
||||
"txt_passkeys": "Passkeys",
|
||||
"txt_passkey_created_at_value": "Created on {value}",
|
||||
"txt_account_passkey": "Account passkey",
|
||||
"txt_account_passkeys": "Account passkeys",
|
||||
"txt_account_passkey_mode": "Unlock mode",
|
||||
"txt_account_passkey_direct_unlock_mode": "Direct vault unlock",
|
||||
"txt_account_passkey_direct_unlock_help": "Unlocks the vault with this passkey when PRF is available.",
|
||||
"txt_account_passkey_login_only_help": "Verifies the account with passkey, then asks for master password.",
|
||||
"txt_account_passkey_name_placeholder": "This device",
|
||||
"txt_account_passkey_saved": "Account passkey saved",
|
||||
"txt_account_passkey_deleted": "Account passkey deleted",
|
||||
"txt_account_passkeys_load_failed": "Failed to load account passkeys",
|
||||
"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_add_account_passkey": "Add account passkey",
|
||||
"txt_delete_account_passkey": "Delete account passkey",
|
||||
"txt_direct_unlock": "Direct unlock",
|
||||
"txt_enable_passkey_direct_unlock": "Enable direct unlock",
|
||||
"txt_login_only": "Login only",
|
||||
"txt_login_with_passkey": "Log in 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_prf_not_supported": "PRF not supported",
|
||||
"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