about summary refs log tree commit diff
path: root/app/views/oauth/authorizations/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/oauth/authorizations/show.html.haml')
-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 b56667f35..ad5236007 100644
--- a/app/views/oauth/authorizations/show.html.haml
+++ b/app/views/oauth/authorizations/show.html.haml
@@ -1,3 +1,4 @@
 .form-container
   .flash-message
-    %code= params[:code]
+    %p= t('doorkeeper.authorizations.show.title')
+    %input{ type: 'text', class: 'oauth-code', readonly: true, value: params[:code], onClick: 'select()' }