1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

chore: bug fix with scopes

This commit is contained in:
Christy Jacob 2023-09-06 22:02:14 +00:00
parent a1aa51aa2f
commit 1a0054890d

View file

@ -95,6 +95,6 @@ return [
],
Auth::USER_ROLE_APPS => [
'label' => 'Applications',
'scopes' => ['global', 'health.read', 'graphql'],
'scopes' => ['public', 'health.read', 'graphql'],
],
];