forked from Archives/Athou_commafeed
login page: don't autocapitalize the username input
This commit is contained in:
@@ -50,6 +50,7 @@ export function LoginPage() {
|
||||
}
|
||||
size="md"
|
||||
required
|
||||
autoCapitalize="off"
|
||||
/>
|
||||
<PasswordInput
|
||||
label={<Trans>Password</Trans>}
|
||||
|
||||
Reference in New Issue
Block a user