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', diff --git a/package.json b/package.json index 0be760533..16e243e5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "standard-notes-web", - "version": "3.6.6", + "version": "3.6.7", "license": "AGPL-3.0-or-later", "repository": { "type": "git",