diff --git a/InvenTree/templates/registration/login.html b/InvenTree/templates/registration/login.html
index 1d3f261394..7e0f76b00b 100644
--- a/InvenTree/templates/registration/login.html
+++ b/InvenTree/templates/registration/login.html
@@ -85,17 +85,16 @@
{% endif %}
-
-
+
+
{% get_providers as socialaccount_providers %}
{% if socialaccount_providers %}
- {% trans 'Login with provider' %}
+
{% for provider in socialaccount_providers %}
- {{ provider.name }}
-
+
{% blocktrans with name=provider.name %}Login with {{name}}{% endblocktrans%}
{% endfor %}