modify env call
This commit is contained in:
parent
b19b6a2988
commit
58e71d9e80
|
@ -41,7 +41,7 @@ final class ScopeResolveListener implements EventSubscriberInterface
|
|||
|
||||
// Add client-specific scopes based on client identifier or name
|
||||
switch ($clientIdentifier) {
|
||||
case $_ENV['EASYEXPLOIT_CLIENT_ID']:
|
||||
case $_ENV['EASY_EXPLOIT_ID']:
|
||||
$finalScopes[] = new Scope('apps:easyexploit');
|
||||
break;
|
||||
case 'EasyAccess':
|
||||
|
|
Loading…
Reference in New Issue