Skip to content

Commit 580bc5d

Browse files
authored
Update OAuthController.php
1 parent 050ad08 commit 580bc5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Controller/OAuthController.php

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public function authorize()
124124
$redirectUri = $this->OAuth->Server->getGrantType('authorization_code')->newAuthorizeRequest($ownerModel, $ownerId, $authParams);
125125
$event = new Event('OAuthServer.afterAuthorize', $this);
126126
EventManager::instance()->dispatch($event);
127+
127128
return $this->redirect($redirectUri);
128129
} elseif ($this->request->is('post')) {
129130
$event = new Event('OAuthServer.afterDeny', $this);

0 commit comments

Comments
 (0)