Skip to content
Snippets Groups Projects

Fix Login Response

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -52,4 +52,5 @@ async def index(request: Request, user: User = Depends(current_user)):
</body>
</html>""",
media_type="text/html",
headers={"Cache-control": "no-cache"},
)
Loading