@@ -34,6 +34,8 @@ parameters:
- SubdomainAvailability
- UserSearchItem
- DolibarrDocDownload
+ - AuthUrl
+ - ConnectionRequest
roles:
- ROLE_IMPORT
- ROLE_TAGG
@@ -19,7 +19,7 @@ use App\State\Provider\HelloAsso\AuthUrlProvider;
),
],
provider: AuthUrlProvider::class,
- security: '(is_granted("ROLE_ORGANIZATION")'
+ security: 'is_granted("ROLE_ORGANIZATION")'
)]
class AuthUrl
{