From 7b4e16a9a107a47ebc47a081d562f660ef9936ab Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Fri, 25 Oct 2024 21:36:13 -0500 Subject: [PATCH] fix:remove sso from onboarding flow --- lang/en.json | 1 - lang/es.json | 1 - resources/views/auth/invited-onboarding.blade.php | 6 ------ 3 files changed, 8 deletions(-) diff --git a/lang/en.json b/lang/en.json index 09d0769..1897fbe 100644 --- a/lang/en.json +++ b/lang/en.json @@ -360,7 +360,6 @@ "Hey again!": "Hey again!", "Before you can get started with Investbrain, let's complete your profile:": "Before you can get started with Investbrain, let's complete your profile:", - "Or login with SSO:": "Or login with SSO:", "Create Password": "Create Password", "You do not have access to that portfolio.": "You do not have access to that portfolio.", diff --git a/lang/es.json b/lang/es.json index 5c1af46..e724407 100644 --- a/lang/es.json +++ b/lang/es.json @@ -360,7 +360,6 @@ "Hey again!": "¡Oye de nuevo!", "Before you can get started with Investbrain, let's complete your profile:": "Antes de poder comenzar a utilizar Investbrain, deberá crear una cuenta:", - "Or login with SSO:": "O iniciar sesión mediante SSO:", "Create Password": "Crear Contraseña", "You do not have access to that portfolio.": "No tienes acceso a ese portafolio.", diff --git a/resources/views/auth/invited-onboarding.blade.php b/resources/views/auth/invited-onboarding.blade.php index 7d03596..86e54b1 100644 --- a/resources/views/auth/invited-onboarding.blade.php +++ b/resources/views/auth/invited-onboarding.blade.php @@ -14,11 +14,5 @@ 'user' => $user, ]) - - -

{{ __('Or login with SSO:') }}

- - -