X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a1cb0f04d476101116087286ff072d3a137355cb..e2f1d6017d3e7c243f3e2cdd84e9dbf8378c22b9:/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..89512db31 100644 --- a/app/views/oauth/authorize_success.html.erb +++ b/app/views/oauth/authorize_success.html.erb @@ -1,5 +1,5 @@

You have allowed this request

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

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

<% end %>