2016-12-29 10:54:54 -05:00
|
|
|
.form-container
|
2019-06-12 18:14:42 -04:00
|
|
|
.flash-message.simple_form
|
2017-09-17 09:23:44 -04:00
|
|
|
%p= t('doorkeeper.authorizations.show.title')
|
2019-06-12 18:14:42 -04:00
|
|
|
.input-copy
|
|
|
|
.input-copy__wrapper
|
|
|
|
%input{ type: 'text', class: 'oauth-code', spellcheck: 'false', readonly: true, value: params[:code] }
|
|
|
|
%button{ type: :button }= t('generic.copy')
|