App\Http\Controllers\Frontend\Auth\LoginController::showLoginForm PHP Method

showLoginForm() public method

Show the application's login form.
public showLoginForm ( ) : Illuminate\Http\Response
return Illuminate\Http\Response
    public function showLoginForm()
    {
        return view('frontend.auth.login')->withSocialiteLinks((new Socialite())->getSocialLinks());
    }