chore: remove commented out notification

This commit is contained in:
peaklabs-dev
2024-12-09 12:05:18 +01:00
parent fd21a4a2a8
commit 5515f07f14

View File

@@ -44,7 +44,6 @@ class Controller extends BaseController
$request->fulfill();
$name = request()->user()?->name;
// send_internal_notification("User {$name} verified their email address.");
return redirect(RouteServiceProvider::HOME);
}