From b746a931a5465b0ebf62e2a72e8fbea9e0f7433c Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 23 Oct 2016 12:05:55 +0200 Subject: Fix OAuth authorization redirect --- app/views/oauth/authorizations/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 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] -- cgit