You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
289 B

  1. .form-container
  2. .flash-message.simple_form
  3. %p= t('doorkeeper.authorizations.show.title')
  4. .input-copy
  5. .input-copy__wrapper
  6. %input.oauth-code{ type: 'text', spellcheck: 'false', readonly: true, value: params[:code] }
  7. %button{ type: :button }= t('generic.copy')