# File lib/omniauth/form.rb, line 38 def text_field(label, name) label_field(label, name) input_field('text', name) self end