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/oauth/authorizations/show.html.haml | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/views/oauth/authorizations/show.html.haml (limited to 'app/views/oauth/authorizations/show.html.haml') diff --git a/app/views/oauth/authorizations/show.html.haml b/app/views/oauth/authorizations/show.html.haml new file mode 100644 index 000000000..d1a3e1f81 --- /dev/null +++ b/app/views/oauth/authorizations/show.html.haml @@ -0,0 +1 @@ +%code= params[:code] -- cgit