aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/api/oauth2/authorize.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api/oauth2/authorize.php')
-rw-r--r--app/controllers/api/oauth2/authorize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/oauth2/authorize.php b/app/controllers/api/oauth2/authorize.php
index aa608ba..ac2556c 100644
--- a/app/controllers/api/oauth2/authorize.php
+++ b/app/controllers/api/oauth2/authorize.php
@@ -55,7 +55,7 @@ class Api_Oauth2_AuthorizeController extends OAuth2Controller
if ('nobody' === $GLOBALS['user']->id && 'Standard' !== $authPlugin && !Request::option('sso')) {
$queryParams = $psrRequest->getQueryParams();
$queryParams['sso'] = strtolower($authPlugin);
- $this->redirect($this->url_for('api/oaut2/authorize', $queryParams));
+ $this->redirect($this->url_for('api/oauth2/authorize', $queryParams));
return;
} else {