Completely remove the use of Redirect::back - closes #867
This commit is contained in:
@@ -44,7 +44,7 @@ class SendSubscriberVerificationEmailHandler
|
||||
$mail = [
|
||||
'email' => $event->subscriber->email,
|
||||
'subject' => 'Confirm your subscription.',
|
||||
'link' => route('subscribe-verify', ['code' => $event->subscriber->verify_code]),
|
||||
'link' => route('subscribe.verify', ['code' => $event->subscriber->verify_code]),
|
||||
'appUrl' => env('APP_URL'),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user