Actually, remove pattern from login inputs (it can be an email too)

This commit is contained in:
Alex Gleason 2022-07-18 21:52:27 -05:00
parent fb45d62d70
commit 0a74c64bb7
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 0 additions and 2 deletions

View file

@ -40,7 +40,6 @@ const LoginForm: React.FC<ILoginForm> = ({ isLoading, handleSubmit }) => {
autoComplete='off'
autoCorrect='off'
autoCapitalize='off'
pattern='^[@a-zA-Z\d_-]+$'
required
/>
</FormGroup>

View file

@ -135,7 +135,6 @@ const Header = () => {
autoComplete='off'
autoCorrect='off'
autoCapitalize='off'
pattern='^[@a-zA-Z\d_-]+$'
/>
<Input