Skip to content

Commit

Permalink
feat: change username to svcfmtm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujanadh committed Jun 14, 2024
1 parent 3febc7c commit ff5859c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/auth/auth_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ async def temp_login(
Returns:
Response: The response object containing the access token as a cookie.
"""
username = "Temp User"
username = "svcfmtm"
user_data = {
"id": 20386219,
"sub": f"fmtm|{username}",
Expand Down

0 comments on commit ff5859c

Please sign in to comment.