fix: reset attemptingAutoLogin flag after auto-login attempt

This commit is contained in:
pa
2026-02-25 23:07:24 +09:00
committed by Natsumi
parent ea9d75f8ab
commit 8d80ef43c6
2 changed files with 27 additions and 14 deletions

View File

@@ -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",