From fce1a9287a1aa6c9fd9cac9048b00878c79c8c8c Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 8 Sep 2018 23:33:09 +0200 Subject: [PATCH] Small design improvements --- src/App.vue | 79 ++++++++++++++++++++++++++++++-- src/components/user/Register.vue | 3 -- 2 files changed, 75 insertions(+), 7 deletions(-) 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) {