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