mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-06 17:29:27 +01:00
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()' }
|