X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3244635aa11878135a014cf2c9ec9177f8e9d0ba..b13b63b65c07f3812cd7c9a2182a13496d13d03e:/app/views/oauth/authorize_success.html.erb?ds=inline diff --git a/app/views/oauth/authorize_success.html.erb b/app/views/oauth/authorize_success.html.erb index effe24a79..9c817372f 100644 --- a/app/views/oauth/authorize_success.html.erb +++ b/app/views/oauth/authorize_success.html.erb @@ -1 +1,9 @@ -
<%= raw t(".allowed", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %>
+ +<% if @token.oob? and not @token.oauth10? %> +<%= t ".verification", :code => @token.verifier %>
+<% end %>