diff --git a/src/views/user/Register.vue b/src/views/user/Register.vue index 39ef2b289..3b8ea2976 100644 --- a/src/views/user/Register.vue +++ b/src/views/user/Register.vue @@ -131,12 +131,10 @@ export default { }), methods: { async submit() { - this.$store.commit(LOADING, true) this.errorMessage = '' if (this.credentials.password2 !== this.credentials.password) { this.errorMessage = this.$t('user.auth.passwordsDontMatch') - this.$store.commit(LOADING, false) return }