Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lrf141 committed Aug 31, 2018
1 parent 5be7baf commit 36c305a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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 {
Expand Down

0 comments on commit 36c305a

Please sign in to comment.