🐛 Fixed a bug that failed to send a password recovery email
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user