diff --git a/resources/views/auth/oauth.twig b/resources/views/auth/oauth.twig index 9efe51ae..09b5a576 100644 --- a/resources/views/auth/oauth.twig +++ b/resources/views/auth/oauth.twig @@ -1,9 +1,11 @@ -
-
- {{ trans('general.more') }} -
- {% for name, provider in providers %} - - - {{ provider.displayName }} - - {% endfor %} -
+{% if providers|length > 0 %} +
+
- {{ trans('general.more') }} -
+ {% for name, provider in providers %} + + + {{ provider.displayName }} + + {% endfor %} +
+{% endif %}