lib/omniauth/form.rb in omniauth-1.8.1 vs lib/omniauth/form.rb in omniauth-1.9.0
- old
+ new
@@ -80,9 +80,10 @@
self
end
def footer
return self if @footer
+
@html << "\n<button type='submit'>Connect</button>" unless @with_custom_button
@html << <<-HTML
</form>
</body>
</html>