# File lib/omniauth/form.rb, line 105 def password_field(label, name) label_field(label, name) input_field('password', name) self end