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.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/oauth/authorizations/error.html.haml b/app/views/oauth/authorizations/error.html.haml
index ee72d9740..408ca2b86 100644
--- a/app/views/oauth/authorizations/error.html.haml
+++ b/app/views/oauth/authorizations/error.html.haml
@@ -1,2 +1,3 @@
-.flash-message#error_explanation
-  = @pre_auth.error_response.body[:error_description]
+.form-container
+  .flash-message#error_explanation
+    = @pre_auth.error_response.body[:error_description]