Skip to content

Commit

Permalink
fix: don't validate email inputs which could be something else
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Apr 14, 2021
1 parent 4ebbcd4 commit 157d1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/templates/directives/account-menu.pug
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
)
.sk-panel-section-title
| {{self.state.formData.showLogin ? "Sign In" : "Register"}}
form.sk-panel-form(ng-submit='self.submitAuthForm()')
form.sk-panel-form(ng-submit='self.submitAuthForm()' novalidate)
.sk-panel-section
input.sk-input.contrast(
name='email',
Expand Down

0 comments on commit 157d1a2

Please sign in to comment.