diff --git a/webapp/components/Registration/RegistrationItemEnterNonce.vue b/webapp/components/Registration/RegistrationItemEnterNonce.vue index 3fcaeeb4f..52ec572c2 100644 --- a/webapp/components/Registration/RegistrationItemEnterNonce.vue +++ b/webapp/components/Registration/RegistrationItemEnterNonce.vue @@ -90,8 +90,7 @@ export default { async handleInputValid() { this.sendValidation() }, - handleSubmitVerify() { - }, + handleSubmitVerify() {}, onNextClick() { return true },