]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth/authorize_success.html.erb
bring back icon for help questions section.:
[rails.git] / app / views / oauth / authorize_success.html.erb
index effe24a796716c71469a56802de7b2b60752099a..aa2a52f66579cc2376f6c03da96f25f11b97990f 100644 (file)
@@ -1 +1,7 @@
-<h1>You have allowed this request</h1>
\ No newline at end of file
+<% content_for :heading do %>
+  <h1>You have allowed this request</h1>
+<% end %>
+
+<% if @token.oob? and not @token.oauth10? %>
+<p>The verification code is <%= @token.verifier %></p>
+<% end %>