mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
Fix: password field is not visible for non-sso user
This commit is contained in:
@@ -1127,7 +1127,7 @@ function Login() {
|
||||
required
|
||||
/>
|
||||
<hr className="my-2 border-none" />
|
||||
{isLoginSSO && (
|
||||
{!isLoginSSO && (
|
||||
<>
|
||||
<label className="block text-xs" htmlFor="password">
|
||||
Password
|
||||
|
||||
Reference in New Issue
Block a user