diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-03 21:45:38 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-03 21:45:38 -0700 |
| commit | 159cac6460fb2a42456c6f9a44cbcdb03b938823 (patch) | |
| tree | fb39937774a9bdf99f932b2df6bcab433dcfe4bb /frontend/src/utils | |
| parent | c8bae6ab79a32da0fe745ebb9401e14f86c1f0d8 (diff) | |
implement admin dashboard frontend and handle game creation
Diffstat (limited to 'frontend/src/utils')
| -rw-r--r-- | frontend/src/utils/authApi.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/utils/authApi.ts b/frontend/src/utils/authApi.ts index 469553d..1d6cc70 100644 --- a/frontend/src/utils/authApi.ts +++ b/frontend/src/utils/authApi.ts @@ -155,6 +155,7 @@ export interface User { id: number; username: string; email: string; + isAdmin: boolean; } export interface SessionResponse { |
