Skip to content

Commit

Permalink
stop needless validation
Browse files Browse the repository at this point in the history
  • Loading branch information
JRSaunders committed Mar 30, 2017
1 parent ff58be1 commit 761c883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function getAccessToken($redirectUrl = null)
return null;
}

$this->validateCsrf();
//$this->validateCsrf();

$redirectUrl = $redirectUrl ?: $this->urlDetectionHandler->getCurrentUrl();
// At minimum we need to remove the state param
Expand Down

0 comments on commit 761c883

Please sign in to comment.