Fix OIDC login link (#1019)

Fixes #1016.
This commit is contained in:
Stefan Foerster
2025-03-19 19:25:30 +01:00
committed by GitHub
parent e45dffb9cb
commit 2a55800e18

View File

@@ -33,7 +33,7 @@
<input type="submit" value="Login" class="btn btn-primary btn-wide"/>
<input type="hidden" name="next" value="{{ next }}"/>
{% if enable_oidc %}
<a class="btn btn-link" href="{% url 'oidc_authentication_init' %}">Login with OIDC</a>
<a class="btn btn-link" href="{% url 'oidc_authentication_init' %}" data-turbo="false">Login with OIDC</a>
{% endif %}
{% if allow_registration %}
<a href="{% url 'django_registration_register' %}" class="btn btn-link">Register</a>