# File lib/omniauth/form.rb, line 78 def initialize(title=nil) title ||= "Authentication Info Required" @html = "" header(title) end