X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7b384f03ab1d34fd3ebcc5ae3add25b3b5591e2e..3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5:/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 effe24a79..aa2a52f66 100644 --- a/app/views/oauth/authorize_success.html.erb +++ b/app/views/oauth/authorize_success.html.erb @@ -1 +1,7 @@ -

You have allowed this request

\ No newline at end of file +<% content_for :heading do %> +

You have allowed this request

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

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

+<% end %>