Finish MFA implementation

This commit is contained in:
Julian Gassner
2025-02-05 07:05:15 +00:00
parent 35938db24b
commit 8aa173a732
20 changed files with 7840 additions and 1504 deletions

View File

@@ -2,6 +2,7 @@
"en": {
"str": {
"email-address": "Email address",
"mfa": "Multi factor authentication token",
"username": "Username",
"password": "Password",
"sign-in": "Sign in",
@@ -38,7 +39,8 @@
"any": "Any"
},
"login": {
"title": "Login to your account"
"title": "Login to your account",
"mfa_required_text": "Please enter your MFA token to continue"
},
"main": {
"app": "Nginx Proxy Manager",