diff --git a/webapp/components/Password/Change.vue b/webapp/components/Password/Change.vue index 63c797157..ab9a89cbc 100644 --- a/webapp/components/Password/Change.vue +++ b/webapp/components/Password/Change.vue @@ -3,10 +3,8 @@ v-model="formData" :schema="formSchema" @submit="handleSubmit" - @input="handleInput" - @input-valid="handleInputValid" > -