mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Set default isConfidential to false for client entity
This commit is contained in:
@@ -24,7 +24,7 @@ trait ClientTrait
|
|||||||
/**
|
/**
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
protected $isConfidential;
|
protected $isConfidential = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the client's name.
|
* Get the client's name.
|
||||||
|
Reference in New Issue
Block a user