Oauth code in input form and add description message (#4986)
* Oauth code in a input form and add description * New authcode descriptionth-downstream
parent
3978894d05
commit
8585421eb1
@ -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…
Reference in new issue