diff --git a/README.md b/README.md index 8ab73f9..ef227b2 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,6 @@ if (!isset($_GET['code'])) { } elseif (empty($_GET['state']) || ($_GET['state'] !== $_SESSION['oauth2state'])) { unset($_SESSION['oauth2state']); - echo "hello \n"; exit('Invalid state'); } else {