2016-12-30 02:54:54 +11:00
|
|
|
.form-container
|
2019-06-13 08:14:42 +10:00
|
|
|
.flash-message.simple_form
|
2017-09-17 23:23:44 +10:00
|
|
|
%p= t('doorkeeper.authorizations.show.title')
|
2019-06-13 08:14:42 +10:00
|
|
|
.input-copy
|
|
|
|
.input-copy__wrapper
|
2024-10-03 00:45:54 +10:00
|
|
|
= copyable_input value: params[:code], class: 'oauth-code'
|
2019-06-13 08:14:42 +10:00
|
|
|
%button{ type: :button }= t('generic.copy')
|