Oauth code in input form and add description message (#4986)
* Oauth code in a input form and add description * New authcode descriptionmaster
parent
dd6f9a1b82
commit
4c14ff659b
@ -1,3 +1,4 @@ |
|||||||
.form-container |
.form-container |
||||||
.flash-message |
.flash-message |
||||||
%code= params[:code] |
%p= t('doorkeeper.authorizations.show.title') |
||||||
|
%input{ type: 'text', class: 'oauth-code', readonly: true, value: params[:code], onClick: 'select()' } |
||||||
|
Loading…
Reference in new issue