0
0
Fork 0

Oauth code in input form and add description message (#4986)

* Oauth code in a input form and add description

* New authcode description
This commit is contained in:
Lynx Kotoura 2017-09-17 22:23:44 +09:00 committed by Eugen Rochko
parent dd6f9a1b82
commit 4c14ff659b
31 changed files with 68 additions and 30 deletions

View file

@ -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()' }