This commit is contained in:
Julien Nahum
2024-02-01 18:21:34 +01:00
9 changed files with 17 additions and 20 deletions

View File

@@ -82,7 +82,6 @@ const passwordEntered = function (password) {
openCompleteForm.value.addPasswordError('Invalid password.')
}
})
openCompleteForm.value.submit()
})
}