wip
This commit is contained in:
@@ -57,7 +57,6 @@ class EnsureProfileIsFilled
|
||||
Notification::make()
|
||||
->danger()
|
||||
->title(__('Please update your profile'))
|
||||
->color('danger')
|
||||
->send();
|
||||
|
||||
// 6. If not, redirect them to the profile page.
|
||||
|
||||
@@ -85,9 +85,6 @@ class WorkPanelProvider extends PanelProvider
|
||||
EnsureProfileIsFilled::class,
|
||||
])
|
||||
->spa()
|
||||
// ->spaUrlExceptions(fn (): array => [
|
||||
// EditProfilePage::getUrl(),
|
||||
// ])
|
||||
->databaseTransactions()
|
||||
->breadcrumbs(false)
|
||||
->colors([
|
||||
|
||||
Reference in New Issue
Block a user