mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-24 19:22:41 +00:00
4 lines
190 B
Text
4 lines
190 B
Text
.form-container
|
|
.flash-message
|
|
%p= t('doorkeeper.authorizations.show.title')
|
|
%input{ type: 'text', class: 'oauth-code', readonly: true, value: params[:code], onClick: 'select()' }
|