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
@@ -14,11 +14,5 @@
'user' => $user,
])
<x-section-border />
<p class="mb-4">{{ __('Or login with SSO:') }}</p>
<x-connected-accounts-login />
</x-authentication-card>
</x-guest-layout>