mastodon/app/views/oauth/authorizations/show.html.haml

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()' }