feat: add "Remember me" session persistence and simplify 2FA UX
This commit is contained in:
@@ -19,18 +19,16 @@
|
||||
},
|
||||
"show_password": "Show password",
|
||||
"hide_password": "Hide password",
|
||||
"totp_hint": "Enable this if your account requires a two-factor authentication code",
|
||||
"totp_toggle": "I have a 2FA code",
|
||||
"remember_me": "Remember me",
|
||||
"config_error": {
|
||||
"title": "Configuration Error",
|
||||
"fetch_failed": "Unable to load application configuration. Please try again later.",
|
||||
"server_not_configured": "The mail server has not been configured. Please contact your administrator."
|
||||
},
|
||||
"remove_from_history": "Remove from history",
|
||||
"totp_toggle": "I have two-factor authentication",
|
||||
"totp_label": "Authentication code",
|
||||
"totp_placeholder": "000000",
|
||||
"totp_hide": "Hide two-factor authentication",
|
||||
"totp_checkbox": "Use two-factor authentication code",
|
||||
"session_expired": "Your session has expired. Please sign in again.",
|
||||
"dismiss": "Dismiss",
|
||||
"or": "or",
|
||||
|
||||
Reference in New Issue
Block a user