Added ref login

This commit is contained in:
2026-03-15 21:41:40 +01:00 Verified
parent f42f93abbe
commit 8031e8cfd5
18 changed files with 120 additions and 138 deletions
+1
View File
@@ -110,3 +110,4 @@ class TournamentSettingsResponse(TournamentOut):
class Token(BaseModel):
access_token: str
token_type: str
role: str | None