fix:remove sso from onboarding flow

This commit is contained in:
hackerESQ
2024-10-25 21:36:13 -05:00
parent 06f3eaaaf7
commit 7b4e16a9a1
3 changed files with 0 additions and 8 deletions
-1
View File
@@ -360,7 +360,6 @@
"Hey again!": "Hey again!", "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:", "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", "Create Password": "Create Password",
"You do not have access to that portfolio.": "You do not have access to that portfolio.", "You do not have access to that portfolio.": "You do not have access to that portfolio.",
-1
View File
@@ -360,7 +360,6 @@
"Hey again!": "¡Oye de nuevo!", "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:", "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", "Create Password": "Crear Contraseña",
"You do not have access to that portfolio.": "No tienes acceso a ese portafolio.", "You do not have access to that portfolio.": "No tienes acceso a ese portafolio.",
@@ -14,11 +14,5 @@
'user' => $user, 'user' => $user,
]) ])
<x-section-border />
<p class="mb-4">{{ __('Or login with SSO:') }}</p>
<x-connected-accounts-login />
</x-authentication-card> </x-authentication-card>
</x-guest-layout> </x-guest-layout>