mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 11:41:38 +10:00
- normalize username and email fields to lowercase, resolves #1740
- add autoComplete attributes to auth flow for easier sign in/sign up
This commit is contained in:
@ -119,6 +119,7 @@ export const RegisterPage = () => {
|
||||
<FormLabel>{t`Username`}</FormLabel>
|
||||
<FormControl>
|
||||
<Input
|
||||
className="lowercase"
|
||||
placeholder={t({
|
||||
message: "john.doe",
|
||||
context:
|
||||
@ -140,6 +141,7 @@ export const RegisterPage = () => {
|
||||
<FormLabel>{t`Email`}</FormLabel>
|
||||
<FormControl>
|
||||
<Input
|
||||
className="lowercase"
|
||||
placeholder={t({
|
||||
message: "john.doe@example.com",
|
||||
context:
|
||||
|
||||
Reference in New Issue
Block a user