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()
->danger()
->title(__('Please update your profile'))
->color('danger')
->send();
// 6. If not, redirect them to the profile page.

View File

@@ -85,9 +85,6 @@ class WorkPanelProvider extends PanelProvider
EnsureProfileIsFilled::class,
])
->spa()
// ->spaUrlExceptions(fn (): array => [
// EditProfilePage::getUrl(),
// ])
->databaseTransactions()
->breadcrumbs(false)
->colors([