From f1f735d89acc05a6403d0506c448dfe070aa60de Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 11 Dec 2024 22:44:09 +0100 Subject: [PATCH] frontend check fix --- frontend/src/lib/stores.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/stores.ts b/frontend/src/lib/stores.ts index ee89e6ff65..8af1ddf5ac 100644 --- a/frontend/src/lib/stores.ts +++ b/frontend/src/lib/stores.ts @@ -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