feat: 2FA UI + modal
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
"passwordverify": "Verify Password",
|
||||
"provider": "Provider",
|
||||
"savechanges": "Save Changes",
|
||||
"subtitle": "Profile and authentication info"
|
||||
"subtitle": "Profile and authentication info",
|
||||
"tfa": "Two-Factor Authentication (2FA)",
|
||||
"tfaenable": "Enable 2FA",
|
||||
"tfadisable": "Disable 2FA"
|
||||
},
|
||||
"stats": {
|
||||
"subtitle": "General site-wide statistics",
|
||||
@@ -48,4 +51,4 @@
|
||||
"edituser": "Edit User",
|
||||
"uniqueid": "Unique ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -97,10 +97,14 @@
|
||||
"nav": {
|
||||
"home": "Home"
|
||||
},
|
||||
"profile": {
|
||||
"tfaenabled": "Enabled",
|
||||
"tfadisabled": "Disabled"
|
||||
},
|
||||
"search": {
|
||||
"didyoumean": "Did you mean...?",
|
||||
"nomatch": "No results matching your query",
|
||||
"placeholder": "Search...",
|
||||
"results": "Search Results"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user