mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2026-03-27 10:59:30 -04: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