Merge pull request #1028 from annando/twitter-disconnect

Twitter: Offer the disconnect button when the account data is invalid
pull/1030/head
Hypolite Petovan 2020-10-05 05:33:57 -04:00 committed by GitHub
commit b062142800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -348,7 +348,8 @@ function twitter_settings(App $a, &$s)
} else {
$s .= '<div id="twitter-info" >
<p>Invalid Twitter info</p>
</div>';
<button type="submit" name="twitter-disconnect" value="1">' . DI::l10n()->t('Disconnect') . '</button>
</div>';
Logger::info('Invalid twitter info (verify credentials).', ['auth' => TwitterOAuth::class]);
}
$s .= '<div class="clear"></div>';