about summary refs log tree commit diff
path: root/app/views/oauth/authorizations/show.html.haml
blob: a5122a87fc39d7d0e1c0f9e38fa243cab731bb6e (plain) (blame)
1
2
3
4
5
6
7
.form-container
  .flash-message.simple_form
    %p= t('doorkeeper.authorizations.show.title')
    .input-copy
      .input-copy__wrapper
        %input.oauth-code{ type: 'text', spellcheck: 'false', readonly: true, value: params[:code] }
      %button{ type: :button }= t('generic.copy')