diff -r 7c67caaafdeb -r 761ba7426984 web/client.php --- a/web/client.php Mon Nov 20 18:10:58 2023 +0100 +++ b/web/client.php Tue Sep 03 11:09:40 2024 +0200 @@ -28,6 +28,9 @@ // */ // $consumer->redirect(); $socialDomain = $_GET['CONNECT']; + if (isset($_SESSION['SOCIAL_AUTH_STATE'])) { + unset($_SESSION['SOCIAL_AUTH_STATE']); + } $get_social_request_token($socialDomain, $config); } else { if (isset($_SESSION['TWITTER_REDIRECT_URL'])) { @@ -76,28 +79,13 @@ Polemic Tweet — <?php echo($translate->_('config__title')); ?> - - ' rel='stylesheet' type='text/css'> - ' rel='stylesheet' type='text/css'> - - - - + + - - - - - - - - - - @@ -148,6 +136,7 @@ - + -