From 1848cf79fad164f08ee46df55f3c64de77f19a19 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 5 Oct 2020 06:47:35 +0000 Subject: [PATCH] Twitter: Offer the disconnect button when the account data is invalid --- twitter/twitter.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twitter/twitter.php b/twitter/twitter.php index 375e264c..6f3978f2 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -348,7 +348,8 @@ function twitter_settings(App $a, &$s) } else { $s .= '

Invalid Twitter info

-
'; + + '; Logger::info('Invalid twitter info (verify credentials).', ['auth' => TwitterOAuth::class]); } $s .= '
';