modify env call

This commit is contained in:
Charles 2025-04-23 16:40:58 +02:00
parent b19b6a2988
commit 58e71d9e80
1 changed files with 1 additions and 1 deletions

View File

@ -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':