From c12491d2aa5c064769e9fb6b7a472352ff091275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Sat, 27 Feb 2021 19:08:48 +0100 Subject: [PATCH] Fix linting --- webapp/components/Registration/RegistrationItemEnterNonce.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 },