From 989b0c44a4947b0605f083cd0a81b8d6a86dd207 Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Wed, 20 Oct 2021 15:24:41 +0100 Subject: [PATCH] chore: error text in red --- src/views/Login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Login.vue b/src/views/Login.vue index 03c3df3..7b9187d 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -75,10 +75,10 @@ -
+
{{ t(connection.state) }}
-
+
{{ t(errorMessage) }}