diff --git a/InvenTree/templates/InvenTree/settings/user.html b/InvenTree/templates/InvenTree/settings/user.html index f57221c9ac..1acad0bb87 100644 --- a/InvenTree/templates/InvenTree/settings/user.html +++ b/InvenTree/templates/InvenTree/settings/user.html @@ -43,7 +43,7 @@

{% trans "Social Accounts" %}

-
+
{% if form.accounts %}

{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}

@@ -81,7 +81,9 @@ {% endif %}

{% trans 'Add a 3rd Party Account' %}

- {% include "socialaccount/snippets/provider_list.html" with process="connect" %} + {% include "socialaccount/snippets/login_extra.html" %}