Skip to content

Commit

Permalink
fix: authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Aug 22, 2024
1 parent 83e815a commit 4870f8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/auth/get_user_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ async def generateAnonymousUser(clientId: str):
seed = clientId[:4]
random_name = f"{seed}_{random_str(4)}"
data = {
"anonymous": True,
"id": token,
"sub": token,
"nickname": random_name,
Expand Down

0 comments on commit 4870f8d

Please sign in to comment.