diff --git a/README.md b/README.md index f77777b43..8a01eb8ce 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@
- oauthGetParam('provider') == \MailHelper::OAUTH_PROVIDER_MICROSOFT) class="text-success" @endif>Microsoft Exchange + oauthGetParam('provider') == \MailHelper::OAUTH_PROVIDER_MICROSOFT && $out_oauth_enabled) class="text-success" @endif>Microsoft Exchange @if (!$mailbox->oauthEnabled()) @if ($mailbox->out_username && $mailbox->out_password && !strstr($mailbox->out_username, '@')) – {{ __('Connect') }} @endif - @elseif ($mailbox->oauthGetParam('provider') == \MailHelper::OAUTH_PROVIDER_MICROSOFT && $oauth_fully_enabled) + @elseif ($mailbox->oauthGetParam('provider') == \MailHelper::OAUTH_PROVIDER_MICROSOFT && $out_oauth_enabled) – {{ __('Disconnect') }} @endif ({{ __('Help') }})