Skip to content

Commit

Permalink
fix for horizontal bar while login in (#8073)
Browse files Browse the repository at this point in the history
Fix for #8071

---------

Co-authored-by: martmull <[email protected]>
  • Loading branch information
sans-byte and martmull authored Oct 28, 2024
1 parent e648d94 commit 69c2496
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ export const SignInUpForm = () => {
</>
)}

<HorizontalSeparator visible={true} />
{(authProviders.google ||
authProviders.microsoft ||
authProviders.sso) && <HorizontalSeparator visible />}

{authProviders.password &&
(signInUpStep === SignInUpStep.Password ||
Expand Down

0 comments on commit 69c2496

Please sign in to comment.