X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5..8e648e7b26202a1f5fcad2d296a2c5e772634465:/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 aa2a52f66..63239a386 100644 --- a/app/views/oauth/authorize_success.html.erb +++ b/app/views/oauth/authorize_success.html.erb @@ -1,7 +1,9 @@ <% content_for :heading do %> -
<%= t(".allowed_html", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %>
+ <% if @token.oob? and not @token.oauth10? %> -The verification code is <%= @token.verifier %>
+<%= t ".verification", :code => @token.verifier %>
<% end %>