diff --git a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx
index 26120c87493d..1a9d6e900427 100644
--- a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx
+++ b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx
@@ -9,7 +9,7 @@ import { SignInUpStep } from '@/auth/states/signInUpStepState';
import { workspaceAuthProvidersState } from '@/workspace/states/workspaceAuthProvidersState';
import styled from '@emotion/styled';
import { useRecoilValue } from 'recoil';
-import { ActionLink, HorizontalSeparator } from 'twenty-ui';
+import { ActionLink } from 'twenty-ui';
const StyledContentContainer = styled.div`
margin-bottom: ${({ theme }) => theme.spacing(8)};
@@ -32,14 +32,7 @@ export const SignInUpWorkspaceScopeForm = () => {
{workspaceAuthProviders.microsoft && }
{workspaceAuthProviders.sso.length > 0 && }
-
- {(workspaceAuthProviders.google ||
- workspaceAuthProviders.microsoft ||
- workspaceAuthProviders.sso.length > 0) &&
- workspaceAuthProviders.password ? (
-
- ) : null}
-
+
{workspaceAuthProviders.password && }
{signInUpStep === SignInUpStep.Password && (