diff --git a/InvenTree/templates/account/signup.html b/InvenTree/templates/account/signup.html index 68ac371edb..6b68637374 100644 --- a/InvenTree/templates/account/signup.html +++ b/InvenTree/templates/account/signup.html @@ -18,4 +18,11 @@ +
+

{% trans 'Or use a SSO-provider for signup' %}

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