App\Modules\System\Controllers\Authorize::login PHP Method

login() public method

Display the login view.
public login ( ) : Response
return Response
    public function login()
    {
        return $this->getView()->shares('title', __d('system', 'User Login'));
    }