mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
4c14ff659b
* Oauth code in a input form and add description * New authcode description
5 lines
190 B
Plaintext
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()' }
|