ADD: added new user data model and updated the administration site

This commit is contained in:
hwinkel
2025-11-20 23:15:21 +01:00
parent 3818fbf460
commit 846a922a41
12 changed files with 766 additions and 123 deletions

View File

@@ -102,7 +102,7 @@ const ViewEditPlayer = () => {
<option value="admin">Admin</option>
</select>
) : (
<p>{player.Roles}</p>
<p>{player.Role}</p>
)}
</div>