Skip to content

Commit

Permalink
Strangeness
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 4, 2024
1 parent 18a28ee commit 3fd88a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/dashboard/src/routes/login_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async def redirect_sandbox(request: Request, code: str, db: Session = Depends(ge

logging.info(f"Redirecting to URL: {end_redirect_uri}")
response = RedirectResponse(url=end_redirect_uri)
response.delete_cookie("cookie_id")
#response.delete_cookie("cookie_id")
return response
else:
logging.error("Session ID not found in cookies")
Expand Down

0 comments on commit 3fd88a2

Please sign in to comment.