add 'admin' to allowed paths for unsubscribed accounts
This commit is contained in:
@@ -69,6 +69,7 @@ function allowedPathsForUnsubscribedAccounts()
|
||||
'logout',
|
||||
'force-password-reset',
|
||||
'livewire/update',
|
||||
'admin',
|
||||
];
|
||||
}
|
||||
function allowedPathsForBoardingAccounts()
|
||||
|
Reference in New Issue
Block a user