chore: attributes

This commit is contained in:
cha0s 2022-03-23 15:38:41 -05:00
parent c401951949
commit 4ed2c94d1f

View File

@ -4,11 +4,11 @@ const UserLocalLogin = () => (
<form action="/auth/local" method="post">
<label>
<span>Email address</span>
<input name="email" type="text" />
<input autoComplete="username" name="email" type="text" />
</label>
<label>
<span>Password</span>
<input name="password" type="password" />
<input autoComplete="current-password" name="password" type="password" />
</label>
<div>
<label>