diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-05-07 15:44:45 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-05-07 15:44:45 +0500 |
| commit | ffbeed38434ece7be28acdf7e3bd900c801a636d (patch) | |
| tree | ac8f7087b4b4ee0ae4a6ac8f9673d2a90e424775 /front/src/Authentication | |
| parent | 164b76fad806b078aad8c537ba9bdcfbfc757dca (diff) | |
Ranged weapons edit page
Diffstat (limited to 'front/src/Authentication')
| -rw-r--r-- | front/src/Authentication/Models.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |
