Add passkey support
This commit is contained in:
@@ -291,7 +291,10 @@
|
||||
"authenticatorAppDescription": "Use Google Authenticator (<a href=\"{{ googleAuthenticatorPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ googleAuthenticatorITunesLink }}\" target=\"_blank\">iOS</a>), FreeOTP authenticator (<a href=\"{{ freeOTPPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ freeOTPITunesLink }}\" target=\"_blank\">iOS</a>) or a similar TOTP app to scan the secret.",
|
||||
"token": "Token",
|
||||
"enable": "Enable",
|
||||
"mandatorySetup": "2FA is required to access the dashboard. Please complete the setup to continue."
|
||||
"mandatorySetup": "2FA is required to access the dashboard. Please complete the setup to continue.",
|
||||
"passkeyOption": "Setup passkey",
|
||||
"totpOption": "Setup TOTP",
|
||||
"registerPasskey": "Register passkey"
|
||||
},
|
||||
"appPasswords": {
|
||||
"title": "App Passwords",
|
||||
@@ -356,6 +359,12 @@
|
||||
"removeAppPassword": {
|
||||
"title": "Remove App Password",
|
||||
"description": "Remove app password \"{{ name }}\" ?"
|
||||
},
|
||||
"twoFactorAuth": {
|
||||
"title": "Two-factor authentication",
|
||||
"disabled": "Disabled",
|
||||
"totpEnabled": "Using time-based one-time password (TOTP)",
|
||||
"passkeyEnabled": "Using passkey"
|
||||
}
|
||||
},
|
||||
"backups": {
|
||||
@@ -1497,7 +1506,8 @@
|
||||
"resetPasswordAction": "Reset password",
|
||||
"errorIncorrect2FAToken": "2FA token is invalid",
|
||||
"errorInternal": "Internal error, try again later",
|
||||
"loginAction": "Log in"
|
||||
"loginAction": "Log in",
|
||||
"usePasskeyAction": "Use passkey"
|
||||
},
|
||||
"passwordReset": {
|
||||
"title": "Password reset",
|
||||
|
||||
Reference in New Issue
Block a user