From ffbeed38434ece7be28acdf7e3bd900c801a636d Mon Sep 17 00:00:00 2001 From: physcik Date: Thu, 7 May 2026 15:44:45 +0500 Subject: Ranged weapons edit page --- front/src/Authentication/Models.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'front/src/Authentication') diff --git a/front/src/Authentication/Models.ts b/front/src/Authentication/Models.ts index 1918b85..8d8c144 100644 --- a/front/src/Authentication/Models.ts +++ b/front/src/Authentication/Models.ts @@ -1,4 +1,5 @@ export type User = { Username: string, Role: "user" | "editor" + status?: string } -- cgit v1.3