class OmniAuth::Form

def button(text)

def button(text)
  @with_custom_button = true
  @html << "\n<button type='submit'>#{text}</button>"
end