1
0
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00
Lynx Kotoura 4c14ff659b Oauth code in input form and add description message ()
* Oauth code in a input form and add description

* New authcode description
2017-09-17 15:23:44 +02:00

5 lines
190 B
Plaintext

.form-container
.flash-message
%p= t('doorkeeper.authorizations.show.title')
%input{ type: 'text', class: 'oauth-code', readonly: true, value: params[:code], onClick: 'select()' }