# File lib/omniauth/form.rb, line 127
    def footer
      return self if @footer
      @html << "<button type='submit'>Connect</button>\n</form>\n</body>\n</html>\n"
      @footer = true
      self
    end