From c09bece1547a5a093f983e09eadd64a1129def5b Mon Sep 17 00:00:00 2001 From: WispX Date: Mon, 26 Jul 2021 14:55:56 +0800 Subject: [PATCH] :bug: Fixed a bug that failed to send a password recovery email --- application/http/middleware/WebAuthenticate.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/http/middleware/WebAuthenticate.php b/application/http/middleware/WebAuthenticate.php index 6ab6b5a7..57e8085e 100644 --- a/application/http/middleware/WebAuthenticate.php +++ b/application/http/middleware/WebAuthenticate.php @@ -20,8 +20,9 @@ class WebAuthenticate 'auth/login', 'auth/register', 'auth/forgot', + 'auth/sendCode', 'index/api', - 'index/gallery' + 'index/gallery', ]; public function handle(Request $request, \Closure $next)