chore: remove commented out notification

This commit is contained in:
peaklabs-dev 2024-12-09 12:05:18 +01:00
parent fd21a4a2a8
commit 5515f07f14
No known key found for this signature in database

View file

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