mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 06:50:10 +00:00
feat: add passkey-based two-factor authentication
This commit is contained in:
@@ -806,6 +806,23 @@ const en: Record<string, string> = {
|
||||
"txt_password_hint_too_long": "Password hint must be 120 characters or fewer",
|
||||
"txt_passkey": "Passkey",
|
||||
"txt_passkeys": "Passkeys",
|
||||
"txt_register": "Register",
|
||||
"txt_key_list": "Key list",
|
||||
"txt_select_another_verification_method": "Select another verification method",
|
||||
"txt_select_two_step_login_method": "Select two-step login method",
|
||||
"txt_two_step_passkeys": "Passkey two-step login",
|
||||
"txt_two_step_passkeys_help": "Manage passkeys used only for two-step login.",
|
||||
"txt_two_step_passkey_name_placeholder": "Security key",
|
||||
"txt_add_two_step_passkey": "Add passkey",
|
||||
"txt_two_step_passkey_added": "Passkey two-step login updated",
|
||||
"txt_two_step_passkey_removed": "Passkey removed",
|
||||
"txt_two_step_passkeys_disabled": "Passkey two-step login disabled",
|
||||
"txt_disable_passkey_two_step_failed": "Failed to disable passkey two-step login",
|
||||
"txt_use_passkey_to_complete_two_step_verification": "Use your passkey to complete two-step verification.",
|
||||
"txt_touch_your_passkey_when_prompted": "Continue and approve the browser passkey prompt.",
|
||||
"txt_no_two_step_passkeys": "No two-step passkeys",
|
||||
"txt_remove_last_passkey_hint": "Disable passkey two-step login to remove the last key.",
|
||||
"txt_passkey_setup_failed": "Passkey setup failed",
|
||||
"txt_passkey_created_at_value": "Created on {value}",
|
||||
"txt_account_passkey": "Account passkey",
|
||||
"txt_account_passkeys": "Account passkeys",
|
||||
|
||||
Reference in New Issue
Block a user