Skip to content

Commit 4999dc2

Browse files
Fix: password field is not visible for non-sso user
1 parent d071986 commit 4999dc2

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)