🐛 Fixed a bug that failed to send a password recovery email

This commit is contained in:
WispX
2021-07-26 14:55:56 +08:00
parent 0c0b60f86c
commit c09bece154
@@ -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)