2016-12-30 00:54:54 +09:00
|
|
|
.form-container
|
2019-06-13 07:14:42 +09:00
|
|
|
.flash-message.simple_form
|
2017-09-17 22:23:44 +09:00
|
|
|
%p= t('doorkeeper.authorizations.show.title')
|
2019-06-13 07:14:42 +09:00
|
|
|
.input-copy
|
|
|
|
.input-copy__wrapper
|
2023-03-15 12:15:36 +09:00
|
|
|
%input.oauth-code{ type: 'text', spellcheck: 'false', readonly: true, value: params[:code] }
|
2019-06-13 07:14:42 +09:00
|
|
|
%button{ type: :button }= t('generic.copy')
|