From 295a08887a1bc616c64c5d2fd407361fd1a0abea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Wed, 4 Dec 2024 10:50:37 +0000 Subject: [PATCH] Added body expect for custom email link --- config/firewall.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' => [