openstreetmap-website/app/views/oauth/authorize_success.html.erb
2011-11-16 21:13:25 +00:00

5 lines
150 B
Text

<h1>You have allowed this request</h1>
<% if @token.oob? and not @token.oauth10? %>
<p>The verification code is <%= @token.verifier %></p>
<% end %>