#47: Treat token as password field

This commit is contained in:
Paul Ryan
2019-12-25 13:17:12 -08:00
parent 78fbe4b4ad
commit acbcfe2d25
+2
View File
@@ -46,7 +46,9 @@ export default class Auth extends Base {
<LogoSvg className='optional_small' />
<input
type='password'
name='password'
className='auth_input'
autoComplete='current-password'
placeholder='Enter your auth token here...'
spellCheck='false'
value={token}