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