openstreetmap-website/app/views/oauth/authorize_success.html.erb

5 lines
126 B
Text

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