Skip to content
Snippets Groups Projects
Commit 6e457d02 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Merge branch 'no-cache-header' into 'master'

Fix Login Response

See merge request !93
parents 6d204e78 23d641d2
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!93Fix Login Response
Pipeline #45178 passed
...@@ -52,4 +52,5 @@ async def index(request: Request, user: User = Depends(current_user)): ...@@ -52,4 +52,5 @@ async def index(request: Request, user: User = Depends(current_user)):
</body> </body>
</html>""", </html>""",
media_type="text/html", media_type="text/html",
headers={"Cache-control": "no-cache"},
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment