Skip to content

Commit 5dc8611

Browse files
authored
Merge pull request #794 from OpenSignLabs/feat_sso
2 parents 962d36c + 4999dc2 commit 5dc8611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/pages/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ function Login() {
11271127
required
11281128
/>
11291129
<hr className="my-2 border-none" />
1130-
{isLoginSSO && (
1130+
{!isLoginSSO && (
11311131
<>
11321132
<label className="block text-xs" htmlFor="password">
11331133
Password

0 commit comments

Comments
 (0)