This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-12-29 16:54:54 +01:00
|
|
|
.form-container
|
|
|
|
.flash-message
|
2017-09-17 15:23:44 +02:00
|
|
|
%p= t('doorkeeper.authorizations.show.title')
|
|
|
|
%input{ type: 'text', class: 'oauth-code', readonly: true, value: params[:code], onClick: 'select()' }
|