preserve Tower Authentik operator login WIP
This commit is contained in:
@@ -7,6 +7,7 @@ export interface AuthSession {
|
||||
expires_at: string | null
|
||||
role: 'operator' | 'guest' | null
|
||||
guest_access_enabled: boolean
|
||||
authentik_enabled?: boolean
|
||||
guest_project_id: string | null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user