This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-12-29 07:54:54 -08:00
|
|
|
.form-container
|
2019-06-12 15:14:42 -07:00
|
|
|
.flash-message.simple_form
|
2017-09-17 06:23:44 -07:00
|
|
|
%p= t('doorkeeper.authorizations.show.title')
|
2019-06-12 15:14:42 -07: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')
|