about summary refs log tree commit diff
path: root/app/views/oauth/authorizations/error.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/oauth/authorizations/error.html.haml')
-rw-r--r--app/views/oauth/authorizations/error.html.haml2
1 files changed, 2 insertions, 0 deletions
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]