]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth/authorize_success.html.erb
Removed user checks from to_xml_node, as these should already be
[rails.git] / app / views / oauth / authorize_success.html.erb
1 <h1>You have allowed this request</h1>
2
3 <% if @token.oob? and not @token.oauth10? %>
4 <p>The verification code is <%= @token.verifier %></p>
5 <% end %>