mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-09 05:55:13 +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()' }
|