chore: remove commented out notification
This commit is contained in:
parent
fd21a4a2a8
commit
5515f07f14
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue