From 69c24968c1ef61e071d3dbbc6b8d28a6ada96555 Mon Sep 17 00:00:00 2001 From: Sanskar Jain <52746480+sans-byte@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:37:00 +0530 Subject: [PATCH] fix for horizontal bar while login in (#8073) Fix for #8071 --------- Co-authored-by: martmull --- .../src/modules/auth/sign-in-up/components/SignInUpForm.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpForm.tsx b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpForm.tsx index bd2af9f8bc..4a72dc617c 100644 --- a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpForm.tsx +++ b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpForm.tsx @@ -188,7 +188,9 @@ export const SignInUpForm = () => { )} - + {(authProviders.google || + authProviders.microsoft || + authProviders.sso) && } {authProviders.password && (signInUpStep === SignInUpStep.Password ||