class OmniAuth::Form

def to_response

def to_response
  footer
  Rack::Response.new(@html, 200, 'content-type' => 'text/html').finish
end