X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6e7acd171fa81a73d64089a2a3be689921f428d8..41a123334bc75d17335e3f242b0243ddfd3e6389:/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/authorize.html.erb diff --git a/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/authorize.html.erb b/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/authorize.html.erb deleted file mode 100644 index 0607eb45e..000000000 --- a/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/authorize.html.erb +++ /dev/null @@ -1,14 +0,0 @@ -

Authorize access to your account

-

Would you like to authorize <%%= link_to @token.client_application.name,@token.client_application.url %> (<%%= link_to @token.client_application.url,@token.client_application.url %>) to access your account?

-<%% form_tag authorize_url do %> - <%%= hidden_field_tag "oauth_token", @token.token %> - <%%- if params[:oauth_callback] -%> - <%%= hidden_field_tag "oauth_callback", params[:oauth_callback] %> -<%%- end -%> -

- <%%= check_box_tag 'authorize' %> authorize access -

-

- <%%= submit_tag %> -

-<%% end %> \ No newline at end of file