Dispose current session when logout

This commit is contained in:
2025-03-15 21:11:49 +08:00
parent f03d80ba88
commit 1b7e668b3f
7 changed files with 63 additions and 9 deletions

View File

@@ -813,5 +813,6 @@
"accountAuthTicketsDescription": "查看和管理你的授權會話。",
"authTicketCreatedAt": "簽發於 {}",
"authTicketExpiredAt": "到期於 {}",
"authTicketLastGrantAt": "上次刷新於 {}"
"authTicketLastGrantAt": "上次刷新於 {}",
"authTicketCurrent": "當前會話"
}