diff --git a/src/App.vue b/src/App.vue index 0f729a051..48499ce0b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@
-
+
-
- +
@@ -38,6 +37,7 @@ diff --git a/src/components/user/Register.vue b/src/components/user/Register.vue index f75e006e2..57eacc220 100644 --- a/src/components/user/Register.vue +++ b/src/components/user/Register.vue @@ -71,9 +71,6 @@ submit() { this.loading = true - // eslint-disable-next-line - console.log(this.credentials) - this.error = '' if (this.credentials.password2 !== this.credentials.password) {