diff --git a/frontend/src/views/Pages/Login.vue b/frontend/src/views/Pages/Login.vue index a3c22b2e1..eb07974c7 100755 --- a/frontend/src/views/Pages/Login.vue +++ b/frontend/src/views/Pages/Login.vue @@ -21,11 +21,11 @@
{{ $t('login') }}
-
- {{ $store.state.community_name }} +
+ {{ $store.state.community_name }}
- {{ $store.state.community.description }} + {{ $store.state.community.description }}
diff --git a/frontend/src/views/Pages/Register.vue b/frontend/src/views/Pages/Register.vue index 8876a0e0c..1dec96dec 100755 --- a/frontend/src/views/Pages/Register.vue +++ b/frontend/src/views/Pages/Register.vue @@ -1,21 +1,22 @@