From d6e15ad0108079d2ca1a14d1e3ef70805e90f82c Mon Sep 17 00:00:00 2001 From: joker-x Date: Mon, 7 Sep 2020 14:50:45 +0200 Subject: [PATCH] Fix --- client/src/root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/root.js b/client/src/root.js index 5a40faad..128a53bf 100644 --- a/client/src/root.js +++ b/client/src/root.js @@ -96,7 +96,7 @@ class Root extends Component { {getLanguageChooser(t)} {t('account')} - {mailtrainConfig.authMethod == 'cas' && {t('logOut')}} + {mailtrainConfig.authMethod == 'cas' && {t('logOut')}} {mailtrainConfig.authMethod != 'cas' && {t('logOut')}}