diff --git a/app/Notifications/Auth/Reset.php b/app/Notifications/Auth/Reset.php index 545e2dd8f..1cc18d33d 100644 --- a/app/Notifications/Auth/Reset.php +++ b/app/Notifications/Auth/Reset.php @@ -45,7 +45,7 @@ class Reset extends Notification { return (new MailMessage) ->line(trans('auth.notification.message_1')) - ->action(trans('auth.notification.button'), route('auth.reset', $this->token)) + ->action(trans('auth.notification.button'), route('reset', $this->token)) ->line(trans('auth.notification.message_2')); } }