fix(frontend): allow username login input
This commit is contained in:
parent
a9de51ede2
commit
9616e3db68
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ export default function LoginPage() {
|
||||||
<UserIcon className="absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground" />
|
<UserIcon className="absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground" />
|
||||||
<Input
|
<Input
|
||||||
id="email"
|
id="email"
|
||||||
type="email"
|
type="text"
|
||||||
autoComplete="username"
|
autoComplete="username"
|
||||||
autoCapitalize="none"
|
autoCapitalize="none"
|
||||||
autoCorrect="off"
|
autoCorrect="off"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue