From a9e40a3d80435431f689b8d19005dd77a8f50224 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 22 Oct 2016 19:38:47 +0200 Subject: Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting to the API --- app/views/doorkeeper/authorizations/show.html.haml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 app/views/doorkeeper/authorizations/show.html.haml (limited to 'app/views/doorkeeper/authorizations/show.html.haml') diff --git a/app/views/doorkeeper/authorizations/show.html.haml b/app/views/doorkeeper/authorizations/show.html.haml deleted file mode 100644 index 44638318b..000000000 --- a/app/views/doorkeeper/authorizations/show.html.haml +++ /dev/null @@ -1,2 +0,0 @@ -.prompt= t('.title') -%code.copypasteable= params[:code] -- cgit