mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00: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()' }
|