X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2150d1021e52e3441bad3bbd1a03ba68f89c7da6..2b4f8e92c969a5508b73ae7af45811a118fda6b1:/app/views/oauth/authorize_success.html.erb diff --git a/app/views/oauth/authorize_success.html.erb b/app/views/oauth/authorize_success.html.erb index a25b98ec7..aa2a52f66 100644 --- a/app/views/oauth/authorize_success.html.erb +++ b/app/views/oauth/authorize_success.html.erb @@ -1,5 +1,7 @@ -

You have allowed this request

+<% content_for :heading do %> +

You have allowed this request

+<% end %> -<% if @token.oob? %> +<% if @token.oob? and not @token.oauth10? %>

The verification code is <%= @token.verifier %>

<% end %>