diff --git a/src/components/user/Register.vue b/src/components/user/Register.vue index 955fddb3a..3cf6ccecd 100644 --- a/src/components/user/Register.vue +++ b/src/components/user/Register.vue @@ -37,7 +37,7 @@
Loading...
-
+
{{ errorMsg }}
@@ -76,7 +76,7 @@ if (this.credentials.password2 !== this.credentials.password) { this.loading = false - this.errorMsg = 'Passwords don\'t match' + this.errorMsg = 'Passwords don\'t match.' return }