Skip to content

Commit ee54c7a

Browse files
authored
Merge pull request #1397 from opengisch/QF-6824-remove-http-get-param
feat: remove GET param to display third-party auth providers on login page
2 parents 909be9a + 7f152e7 commit ee54c7a

File tree

1 file changed

+1
-3
lines changed
  • docker-app/qfieldcloud/core/templates/admin

1 file changed

+1
-3
lines changed

docker-app/qfieldcloud/core/templates/admin/login.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
{% block content %}
44
{{ block.super }}
55
{% 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 %}
6+
{% include "socialaccount/snippets/login.html" %}
97
{% endblock %}

0 commit comments

Comments
 (0)