diff --git a/app/config/roles.php b/app/config/roles.php index 444b478d2a..04ee7bb29f 100644 --- a/app/config/roles.php +++ b/app/config/roles.php @@ -95,6 +95,6 @@ return [ ], Auth::USER_ROLE_APPS => [ 'label' => 'Applications', - 'scopes' => ['public', 'health.read', 'graphql'], + 'scopes' => ['health.read', 'graphql'], ], ];