fix: don't validate email inputs which could be something else

This commit is contained in:
Baptiste Grob
2021-04-14 11:54:14 +02:00
parent 4ebbcd47e6
commit 157d1a2061

View File

@@ -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',