X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f70feedc6517b824c4201584d6298fd5790d85ba..012d5b69c6807ec59b8b6dfacd36a43778902a06:/app/views/oauth/authorize_success.html.erb?ds=sidebyside 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 %>