fix: don't validate email inputs which could be something else
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
)
|
)
|
||||||
.sk-panel-section-title
|
.sk-panel-section-title
|
||||||
| {{self.state.formData.showLogin ? "Sign In" : "Register"}}
|
| {{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
|
.sk-panel-section
|
||||||
input.sk-input.contrast(
|
input.sk-input.contrast(
|
||||||
name='email',
|
name='email',
|
||||||
|
|||||||
Reference in New Issue
Block a user