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