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'
|
||||
autoCorrect='off'
|
||||
autoCapitalize='off'
|
||||
pattern='^[@a-zA-Z\d_-]+$'
|
||||
required
|
||||
/>
|
||||
</FormGroup>
|
||||
|
|
|
@ -135,7 +135,6 @@ const Header = () => {
|
|||
autoComplete='off'
|
||||
autoCorrect='off'
|
||||
autoCapitalize='off'
|
||||
pattern='^[@a-zA-Z\d_-]+$'
|
||||
/>
|
||||
|
||||
<Input
|
||||
|
|
Loading…
Reference in a new issue