From 410072882d16a3a56ac20da96de899f47cccbee8 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 7 Sep 2023 12:00:53 -0400 Subject: [PATCH] Fix guests missing global scope --- app/config/roles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/roles.php b/app/config/roles.php index a4f05808fd..65d5694bbf 100644 --- a/app/config/roles.php +++ b/app/config/roles.php @@ -66,6 +66,7 @@ return [ Auth::USER_ROLE_GUESTS => [ 'label' => 'Guests', 'scopes' => [ + 'global', 'public', 'home', 'console',