frontend check fix

This commit is contained in:
Ruben Fiszel
2024-12-11 22:44:09 +01:00
parent 12d9a8525d
commit f1f735d89a

View File

@@ -6,7 +6,7 @@ import { getLocalSetting } from './utils'
export interface UserExt {
email: string
name: string
name?: string
username: string
is_admin: boolean
is_super_admin: boolean