Fixing cascade.

This commit is contained in:
2025-08-31 02:07:32 +00:00
parent d229ed267c
commit 54cef0f9d6
6 changed files with 209 additions and 17 deletions
+1
View File
@@ -56,6 +56,7 @@ def register_reset_routes(app):
response = RedirectResponse(url=f"{origin}/auth/", status_code=303)
session.set_session_cookie(response, reset_token)
print(response.headers)
return response
except Exception as e: