From 7c1cde703519011ecbdf5ae9bbe8d9019f9775a6 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Mon, 3 Aug 2009 15:20:38 +0000 Subject: [PATCH 1/1] Removed file which isn't needed any more. --- app/views/oauth/authorize.html.erb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 app/views/oauth/authorize.html.erb diff --git a/app/views/oauth/authorize.html.erb b/app/views/oauth/authorize.html.erb deleted file mode 100644 index 987997de2..000000000 --- a/app/views/oauth/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 -- 2.43.2