boot($request); dd(Auth::user()->isGoogle2Fa()); if(Auth::user()->isGoogle2Fa()){ } if ($authenticator->isAuthenticated()) { return $next($request); } return $authenticator->makeRequestOneTimePasswordResponse(); } }