mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Pint
This commit is contained in:
@@ -76,6 +76,7 @@ class CreateUser extends CreateRecord
|
||||
->action(function () {
|
||||
resolve(UserCreationService::class)->handle($this->data);
|
||||
Notification::make()->title('User Created!')->success()->send();
|
||||
|
||||
return redirect()->route('filament.admin.resources.users.index');
|
||||
}),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user