diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/oauth/authorizations/show.html.haml | 3 |
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] |