fix console error ()

This commit is contained in:
formsdev 2024-02-01 17:44:30 +05:30 committed by Julien Nahum
parent 9f909d1b13
commit 4ddb30c353
1 changed files with 0 additions and 1 deletions
client/pages/forms/[slug]

View File

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