mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 04:11:12 -05:00
Fix settings validation and session errors
This commit is contained in:
@@ -84,7 +84,7 @@ export interface AuthSession {
|
||||
user_agent: string | null;
|
||||
ip: string | null; // Pre-hashed by database function
|
||||
not_after: string | null;
|
||||
aal: AALLevel | null;
|
||||
aal: string | null; // Changed to string to match get_my_sessions() return type
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user