Actually, remove pattern from login inputs (it can be an email too)
This commit is contained in:
parent
fb45d62d70
commit
0a74c64bb7
2 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ const LoginForm: React.FC<ILoginForm> = ({ isLoading, handleSubmit }) => {
|
||||||
autoComplete='off'
|
autoComplete='off'
|
||||||
autoCorrect='off'
|
autoCorrect='off'
|
||||||
autoCapitalize='off'
|
autoCapitalize='off'
|
||||||
pattern='^[@a-zA-Z\d_-]+$'
|
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
|
@ -135,7 +135,6 @@ const Header = () => {
|
||||||
autoComplete='off'
|
autoComplete='off'
|
||||||
autoCorrect='off'
|
autoCorrect='off'
|
||||||
autoCapitalize='off'
|
autoCapitalize='off'
|
||||||
pattern='^[@a-zA-Z\d_-]+$'
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Input
|
<Input
|
||||||
|
|
Loading…
Reference in a new issue