]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth/authorize_success.html.erb
Merge branch 'master' into notes
[rails.git] / app / views / oauth / authorize_success.html.erb
index effe24a796716c71469a56802de7b2b60752099a..89512db315cd596432a59d1cec23944a7b526014 100644 (file)
@@ -1 +1,5 @@
-<h1>You have allowed this request</h1>
\ No newline at end of file
+<h1>You have allowed this request</h1>
+
+<% if @token.oob? and not @token.oauth10? %>
+<p>The verification code is <%= @token.verifier %></p>
+<% end %>