]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth/authorize_success.html.erb
Replace deprecated reset method with restore method
[rails.git] / app / views / oauth / authorize_success.html.erb
1 <% content_for :heading do %>
2   <h1><%= t "oauth.oauthorize_success.title" %></h1>
3 <% end %>
4
5 <p><%= raw t("oauth.oauthorize_success.allowed", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %></p>
6
7 <% if @token.oob? and not @token.oauth10? %>
8 <p><%= t "oauth.oauthorize_success.verification", :code => @token.verifier %></p>
9 <% end %>