diff --git a/frontend/templates/login.html b/frontend/templates/login.html index c8039278..7476c6f3 100644 --- a/frontend/templates/login.html +++ b/frontend/templates/login.html @@ -33,7 +33,7 @@

{{ _("auth.sign_in_with_username") }}

- +
+ class="w-full inline-flex justify-center py-2 px-4 border border-gray-300 rounded-md shadow-sm bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500" + style="min-height:44px; min-width:44px"> {{ _("auth.sign_in_sso") }} {{ oauth_provider_name }} @@ -83,6 +84,32 @@
{% endif %} + {% if social_providers %} + + {% if not show_oauth %} +
+
+
+
+
+ {{ _("auth.or_continue_with") }} +
+
+ {% endif %} + +
+ {% endif %} +