Skip to content

Commit

Permalink
Merge pull request #794 from OpenSignLabs/feat_sso
Browse files Browse the repository at this point in the history
  • Loading branch information
nxglabs committed May 31, 2024
2 parents 962d36c + 4999dc2 commit 5dc8611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/OpenSign/src/pages/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ function Login() {
required
/>
<hr className="my-2 border-none" />
{isLoginSSO && (
{!isLoginSSO && (
<>
<label className="block text-xs" htmlFor="password">
Password
Expand Down

0 comments on commit 5dc8611

Please sign in to comment.