1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-04 17:58:49 +09:00
YuruToot/app/views/oauth/authorizations/show.html.haml

5 lines
190 B
Plaintext
Raw Normal View History

.form-container
.flash-message
%p= t('doorkeeper.authorizations.show.title')
%input{ type: 'text', class: 'oauth-code', readonly: true, value: params[:code], onClick: 'select()' }