Skip to content

Commit

Permalink
Removed Pattern from Login Password
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcodingzest committed Sep 1, 2020
1 parent c17a10d commit 84e978c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@
style="transition: all 0.15s ease 0s"
min="6"
max="13"
pattern="^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s).{6,13}$"
required
/>
</div>
Expand Down

0 comments on commit 84e978c

Please sign in to comment.