refactor(web): remove admin token refresh flow
This commit is contained in:
@@ -9,7 +9,6 @@ export type AuthUser = {
|
||||
|
||||
export type AuthSession = {
|
||||
accessToken: string
|
||||
refreshToken: string
|
||||
expiresAt?: string
|
||||
user: AuthUser
|
||||
permissions: string[]
|
||||
|
||||
Reference in New Issue
Block a user