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/error.html.haml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/views/oauth/authorizations/error.html.haml (limited to 'app/views/oauth/authorizations/error.html.haml') diff --git a/app/views/oauth/authorizations/error.html.haml b/app/views/oauth/authorizations/error.html.haml new file mode 100644 index 000000000..ee72d9740 --- /dev/null +++ b/app/views/oauth/authorizations/error.html.haml @@ -0,0 +1,2 @@ +.flash-message#error_explanation + = @pre_auth.error_response.body[:error_description] -- cgit