diff --git a/client/src/root.js b/client/src/root.js index f6e3dfea..5a3f7e55 100644 --- a/client/src/root.js +++ b/client/src/root.js @@ -96,7 +96,8 @@ class Root extends Component { {getLanguageChooser(t)} {t('account')} - {t('logOut')} + {mailtrainConfig.authMethod == 'cas' && {t('logOut')}} + {mailtrainConfig.authMethod != 'cas' && {t('logOut')}}