]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth/authorize_success.html.erb
aa2a52f66579cc2376f6c03da96f25f11b97990f
[rails.git] / app / views / oauth / authorize_success.html.erb
1 <% content_for :heading do %>
2   <h1>You have allowed this request</h1>
3 <% end %>
4
5 <% if @token.oob? and not @token.oauth10? %>
6 <p>The verification code is <%= @token.verifier %></p>
7 <% end %>