This commit is contained in:
2025-10-27 18:06:35 +05:00
parent 918663c758
commit 7488171a11
2 changed files with 0 additions and 4 deletions

View File

@@ -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.

View File

@@ -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([