mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 20:13:21 +03:00
fix for horizontal bar while login in (#8073)
Fix for #8071 --------- Co-authored-by: martmull <martmull@hotmail.fr>
This commit is contained in:
parent
e648d942a2
commit
69c24968c1
@ -188,7 +188,9 @@ export const SignInUpForm = () => {
|
||||
</>
|
||||
)}
|
||||
|
||||
<HorizontalSeparator visible={true} />
|
||||
{(authProviders.google ||
|
||||
authProviders.microsoft ||
|
||||
authProviders.sso) && <HorizontalSeparator visible />}
|
||||
|
||||
{authProviders.password &&
|
||||
(signInUpStep === SignInUpStep.Password ||
|
||||
|
Loading…
Reference in New Issue
Block a user