mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Added @todo
This commit is contained in:
@@ -76,7 +76,7 @@ class Server extends AbstractServer
|
|||||||
$grantIdentifier = $grant->getIdentifier();
|
$grantIdentifier = $grant->getIdentifier();
|
||||||
$this->enabledGrantTypes[$grantIdentifier] = $grant;
|
$this->enabledGrantTypes[$grantIdentifier] = $grant;
|
||||||
} else {
|
} else {
|
||||||
throw new \Exception('Unregistered grant type');
|
throw new \Exception('Unregistered grant type'); // @TODO fix
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set grant response type
|
// Set grant response type
|
||||||
|
Reference in New Issue
Block a user