diff --git a/CHANGES.rst b/CHANGES.rst index 9ae02041..7a119526 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,6 +15,11 @@ Changed - Model attributes cardinality is closer to SCIM model. :pr:`155` - Bump to htmx 1.9.9 :pr:`159` +Fixed +***** + +- Disable HTMX boosting during the OIDC dance. :pr:`160` + [0.0.34] - 2023-10-02 ===================== diff --git a/canaille/core/templates/password.html b/canaille/core/templates/password.html index b1df1b3f..bce2b8f1 100644 --- a/canaille/core/templates/password.html +++ b/canaille/core/templates/password.html @@ -24,7 +24,7 @@ {{ flask.messages() }} - {% call fui.render_form(form) %} + {% call fui.render_form(form, hx_boost="false") %} {{ login_field.render_field(form.password, class="autofocus") }}