patch to hide password input on login form
This commit is contained in:
parent
68fedb4d2f
commit
c0aff888f5
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ const Login = (props) => {
|
|||
<input
|
||||
name="password"
|
||||
id="password-input"
|
||||
type="text"
|
||||
type="password"
|
||||
onChange={e => setPassword(e.target.value)}
|
||||
default=""
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue