We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 909be9a + 7f152e7 commit ee54c7aCopy full SHA for ee54c7a
docker-app/qfieldcloud/core/templates/admin/login.html
@@ -3,7 +3,5 @@
3
{% block content %}
4
{{ block.super }}
5
{% comment %}TODO add a configuration based mechanism to render the social login instead of depending on query param {% endcomment %}
6
- {% if request.GET.sso %}
7
- {% include "socialaccount/snippets/login.html" %}
8
- {% endif %}
+ {% include "socialaccount/snippets/login.html" %}
9
{% endblock %}
0 commit comments