fix console error (#304)

This commit is contained in:
formsdev
2024-02-01 17:44:30 +05:30
committed by Julien Nahum
parent 9f909d1b13
commit 4ddb30c353

View File

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