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:
parent
dd6f9a1b82
commit
4c14ff659b
31 changed files with 68 additions and 30 deletions
|
@ -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()' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue