refactor(web): remove admin token refresh flow

This commit is contained in:
mlogclub
2026-04-30 18:06:46 +08:00
parent 34e27dffca
commit d300e0f00e
4 changed files with 8 additions and 61 deletions
-1
View File
@@ -9,7 +9,6 @@ export type AuthUser = {
export type AuthSession = {
accessToken: string
refreshToken: string
expiresAt?: string
user: AuthUser
permissions: string[]