Fix homepage auth

This commit is contained in:
LukeGus
2025-09-25 00:09:17 -05:00
parent 1f0c741ced
commit 700aa9e07d
3 changed files with 6 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ interface AuthResponse {
interface UserInfo {
totp_enabled: boolean;
id: string;
userId: string;
username: string;
is_admin: boolean;
is_oidc: boolean;