class OmniAuth::Form

def label_field(text, target)

def label_field(text, target)
  @html << "\n<label for='#{target}'>#{text}:</label>"
  self
end