mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
redirectUri может быть null
This commit is contained in:
@ -15,7 +15,7 @@ class ClientEntity extends \League\OAuth2\Server\Entity\ClientEntity {
|
|||||||
$this->secret = $secret;
|
$this->secret = $secret;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setRedirectUri(string $redirectUri) {
|
public function setRedirectUri($redirectUri) {
|
||||||
$this->redirectUri = $redirectUri;
|
$this->redirectUri = $redirectUri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user