fix console error ()

This commit is contained in:
formsdev 2024-02-01 17:44:30 +05:30 committed by GitHub
parent 5bdc76ecd6
commit 0da9b9270f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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()
})
}