Merge branch 'hotfix/3.6.7' into main

This commit is contained in:
Baptiste Grob
2021-04-14 11:54:42 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "standard-notes-web", "name": "standard-notes-web",
"version": "3.6.6", "version": "3.6.7",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"repository": { "repository": {
"type": "git", "type": "git",