mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Getting ready for production deployment for phase 2 of Voucherify
This commit is contained in:
@@ -82,7 +82,7 @@ class AuthenticationProcessor
|
||||
}
|
||||
|
||||
//cief todo: case study 1
|
||||
$this->checkMilestonesForRewardProcessor->execute($user, [Milestones::MILESTONE_1]);
|
||||
//$this->checkMilestonesForRewardProcessor->execute($user, [Milestones::MILESTONE_1]);
|
||||
|
||||
return ['access_token' => $this->generatesAuthenticationToken->execute($user), 'redirect_url' => $this->authenticationRedirect->url($user)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user