mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Fix for logic
This commit is contained in:
@@ -39,7 +39,7 @@ trait ClientEntityTrait
|
||||
*/
|
||||
public function canKeepASecret()
|
||||
{
|
||||
return $this->secret === null;
|
||||
return $this->secret !== null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user