about summary refs log tree commit diff
path: root/app/views/oauth
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-23 12:05:55 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-23 12:05:55 +0200
commitb746a931a5465b0ebf62e2a72e8fbea9e0f7433c (patch)
tree328a66cce306ecfe1da111d7e01e0e69c4982756 /app/views/oauth
parentabb8f5837ee1fa72d13d255cf29f4ade35f53ece (diff)
Fix OAuth authorization redirect
Diffstat (limited to 'app/views/oauth')
-rw-r--r--app/views/oauth/authorizations/show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/oauth/authorizations/show.html.haml b/app/views/oauth/authorizations/show.html.haml
index d1a3e1f81..897a15cee 100644
--- a/app/views/oauth/authorizations/show.html.haml
+++ b/app/views/oauth/authorizations/show.html.haml
@@ -1 +1,2 @@
-%code= params[:code]
+.flash-message
+  %code= params[:code]