Actually, remove pattern from login inputs (it can be an email too)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user