# File lib/omniauth/form.rb, line 158 def footer return self if @footer @html << "<button type='submit'>Connect</button>\n</form>\n</body>\n</html>\n" @footer = true self end