Skip to content
Snippets Groups Projects
Commit c98573fd authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Add button to conveniently copy OAuth code (#11065)

parent faafc3ae
No related branches found
No related tags found
No related merge requests found
.form-container
.flash-message
.flash-message.simple_form
%p= t('doorkeeper.authorizations.show.title')
%input{ type: 'text', class: 'oauth-code', readonly: true, value: params[:code], onClick: 'select()' }
.input-copy
.input-copy__wrapper
%input{ type: 'text', class: 'oauth-code', spellcheck: 'false', readonly: true, value: params[:code] }
%button{ type: :button }= t('generic.copy')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment