Skip to content

Commit

Permalink
Fix hx-request
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Sep 16, 2023
1 parent e247fb4 commit 1cc3c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_server/templates/chat/chat_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
hx-get="https://{{ server_url }}/htmxapi/login"
hx-swap="outerHTML"
hx-target="#chatheader"
hx-request="credentials"
hx-request='{\"credentials\":true}'
></div>
{% if logged_in %}
<a href="https://{{ server_url }}/logout">Log out</a>
Expand Down

0 comments on commit 1cc3c32

Please sign in to comment.