feat: support additional TOTP authenticators (#1312)

This commit is contained in:
ZacharyZcR
2026-08-24 05:30:55 +08:00
committed by GitHub
parent 26757813c8
commit 20eca69d56
5 changed files with 210 additions and 16 deletions
+7
View File
@@ -4205,6 +4205,13 @@
"totpAuthenticator": "TOTP Authenticator",
"totpEnabled": "2FA is enabled",
"totpDisabled": "Add extra login security",
"totpAddAuthenticator": "Add device",
"totpAddTitle": "Add authenticator device",
"totpAddDescription": "Confirm your identity to enroll another authenticator with the same secure TOTP key.",
"totpAddInputRequired": "Enter your TOTP code or password",
"totpAddFailed": "Failed to add authenticator",
"totpAddScanInstructions": "Scan this QR code with the additional authenticator. Existing authenticators will continue to work.",
"totpAddSuccess": "Additional authenticator enrolled",
"disable": "Disable",
"enable": "Enable",
"setupTotp": "Setup TOTP",