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