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