mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Fix for logic
This commit is contained in:
parent
064eb85f4e
commit
e8a01c3bcd
@ -39,7 +39,7 @@ trait ClientEntityTrait
|
||||
*/
|
||||
public function canKeepASecret()
|
||||
{
|
||||
return $this->secret === null;
|
||||
return $this->secret !== null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user