# File lib/omniauth/form.rb, line 50
    def button(text)
      @with_custom_button = true
      @html << "\n<button type='submit'>#{text}</button>"
    end