Update login.html

This commit is contained in:
shamoon 2023-09-28 23:18:27 -07:00
parent bd12e8062e
commit c0fded7113

View File

@ -70,7 +70,7 @@
{% if settings.SOCIAL_AUTH_OIDC_ENABLE %}
<a class="btn btn-lg btn-primary btn-block" href="{% url "social:begin" "oidc" %}">{{ settings.SOCIAL_AUTH_OIDC_NAME }}</a>
{% endif %}
</form>
</body>
</html>