From 71840b000a15394bbda3310d87b806e9e1487bbb Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:55:28 +0100 Subject: [PATCH] Hide Continue with when no SSO providers are set --- resources/js/views/auth/Login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/views/auth/Login.vue b/resources/js/views/auth/Login.vue index 558e7397..aac75df3 100644 --- a/resources/js/views/auth/Login.vue +++ b/resources/js/views/auth/Login.vue @@ -123,7 +123,7 @@ {{ $t('auth.register') }}

-
+
{{ $t('auth.or_continue_with') }}
@@ -164,7 +164,7 @@ {{ $t('auth.register') }}

-
+
{{ $t('auth.or_continue_with') }}