diff --git a/src/Grant/AuthCodeGrant.php b/src/Grant/AuthCodeGrant.php index a248dc161..46ceb0620 100644 --- a/src/Grant/AuthCodeGrant.php +++ b/src/Grant/AuthCodeGrant.php @@ -260,7 +260,6 @@ public function completeFlow() $code->expire(); // Save all the things - $session->save(); $accessToken->setSession($session); $accessToken->save();