1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-23 11:03:50 -05:00

8 lines
299 B
Plaintext
Raw Normal View History

.form-container
.flash-message.simple_form
%p= t('doorkeeper.authorizations.show.title')
.input-copy
.input-copy__wrapper
%input{ type: 'text', class: 'oauth-code', spellcheck: 'false', readonly: true, value: params[:code] }
%button{ type: :button }= t('generic.copy')