]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth/authorize_success.html.erb
Make titles in note popups link to the note
[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 %>