Skip to content

Commit

Permalink
brand session fix
Browse files Browse the repository at this point in the history
  • Loading branch information
franklin050187 committed Jul 22, 2024
1 parent 63f9a41 commit b7fe5fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ async def finish_login(request: Request):
for guild in guilds:
if guild.id == desired_id:
request.session["discord_server"] = "exl"
request.session["brand"] = "exl"
redirect_url = "/"
button_clicked = request.session.pop(
"button_clicked", None
Expand Down

0 comments on commit b7fe5fe

Please sign in to comment.