fix(frontend): allow username login input

This commit is contained in:
GoHorse Deploy 2026-03-07 10:01:24 -03:00
parent a9de51ede2
commit 9616e3db68

View file

@ -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" />
<Input
id="email"
type="email"
type="text"
autoComplete="username"
autoCapitalize="none"
autoCorrect="off"