From 157d1a2061428012df55071fdbdcf8608115255c Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Wed, 14 Apr 2021 11:54:14 +0200 Subject: [PATCH] fix: don't validate email inputs which could be something else --- app/assets/templates/directives/account-menu.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',