X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/59eebc05b2de2c85033237c06d9474d5072b4d1f..5777c5e925acf5317f221073368ab8d81b10fd05:/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..a25b98ec7 100644 --- a/app/views/oauth/authorize_success.html.erb +++ b/app/views/oauth/authorize_success.html.erb @@ -1 +1,5 @@ -

You have allowed this request

\ No newline at end of file +

You have allowed this request

+ +<% if @token.oob? %> +

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

+<% end %>