diff --git a/app/assets/templates/directives/account-menu.pug b/app/assets/templates/directives/account-menu.pug index 97f0a49d8..ff5efdb35 100644 --- a/app/assets/templates/directives/account-menu.pug +++ b/app/assets/templates/directives/account-menu.pug @@ -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',