diff --git a/config/firewall.php b/config/firewall.php index 6dedf85cd..697d40636 100644 --- a/config/firewall.php +++ b/config/firewall.php @@ -285,7 +285,9 @@ return [ 'inputs' => [ 'only' => [], // i.e. 'first_name' - 'except' => [], // i.e. 'password' + 'except' => [ + 'body', // for custom email add link + ], // i.e. 'password' ], 'patterns' => [