patch to hide password input on login form

This commit is contained in:
Sorrel Bri 2020-01-18 10:53:52 -08:00 committed by sorrelbri
parent e0bc32078b
commit 575cf4a77a

View file

@ -86,7 +86,7 @@ const Login = (props) => {
<input
name="password"
id="password-input"
type="text"
type="password"
onChange={e => setPassword(e.target.value)}
default=""
/>