# File lib/omniauth/form.rb, line 89
    def label_field(text, target)
      @html << "\n<label for='#{target}'>#{text}:</label>"
      self
    end