Skip to content

Commit 63a7706

Browse files
committed
removing unneccessary comment
1 parent c45f48e commit 63a7706

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Http/Controllers/Auth/VerifyEmailController.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public function __invoke(Request $request, int $id, string $hash): RedirectRespo
3333
// Fire event when email is verified
3434
event(new Verified($user));
3535
}
36-
37-
// Always log the user in, regardless of verification status
36+
3837
Auth::login($user);
3938

4039
return redirect()->intended(route('dashboard', absolute: false).'?verified=1');

0 commit comments

Comments
 (0)