mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
fix: reset attemptingAutoLogin flag after auto-login attempt
This commit is contained in:
@@ -2229,6 +2229,18 @@
|
||||
},
|
||||
"message": {
|
||||
"auto_login_delay_countdown": "Auto-login in {seconds}s...",
|
||||
"auth": {
|
||||
"login_greeting": "Hello there, {name}!",
|
||||
"logout_greeting": "See you again, {name}!",
|
||||
"email_2fa_resent": "Email 2FA resent.",
|
||||
"email_2fa_no_credentials": "Cannot send 2FA email without saved credentials. Please login again.",
|
||||
"incorrect_primary_password": "Incorrect primary password",
|
||||
"saved_credentials_invalid": "Saved credentials are no longer valid.",
|
||||
"account_removed": "Account removed.",
|
||||
"auto_login_success": "Automatically logged in.",
|
||||
"auto_login_failed": "Failed to login automatically.",
|
||||
"offline": "You're offline."
|
||||
},
|
||||
"vrcx_updater": {
|
||||
"failed": "Failed to check for update, {message}",
|
||||
"failed_install": "Failed to install update",
|
||||
|
||||
Reference in New Issue
Block a user