chore: attributes
This commit is contained in:
parent
c401951949
commit
4ed2c94d1f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user