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)