fix: show login when session token expires

This commit is contained in:
MSomnium Studios
2025-09-19 09:09:26 -04:00
committed by GitHub
parent 4ff247e134
commit e6c674b3c6
5 changed files with 45 additions and 3 deletions

View File

@@ -101,7 +101,10 @@
"submit": "Login",
"username": "Username",
"usernameTaken": "Username already taken",
"wrongCredentials": "Wrong credentials"
"wrongCredentials": "Wrong credentials",
"logout_reasons": {
"inactivity": "You have been logged out due to inactivity."
}
},
"permanent": "Permanent",
"prompts": {