about summary refs log tree commit diff
path: root/app/views/oauth/authorizations/show.html.haml
blob: ad523600740527cb6d0fb3e00e032ef85801bf36 (plain) (blame)
1
2
3
4
.form-container
  .flash-message
    %p= t('doorkeeper.authorizations.show.title')
    %input{ type: 'text', class: 'oauth-code', readonly: true, value: params[:code], onClick: 'select()' }