From ae2f15d7720c0116e4f5e9a1486a617c56414947 Mon Sep 17 00:00:00 2001 From: greta Date: Fri, 14 Nov 2025 15:17:00 +0100 Subject: [PATCH] fix: add the warning icon when account cannot connect Signed-off-by: greta --- src/components/Navigation.vue | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index 673901e037..880591eddc 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -26,9 +26,17 @@ :is-first="isFirst(group.account)" :is-last="isLast(group.account)" :is-disabled="isDisabled(group.account)" /> - +
+ + + {{ t('mail', 'Connection failed. Please verify your information and try again') }} + +