import React, { Component } from react class MyComponent extends Component { render = () => { return (
{ @application.uid }
{ @application.secret }
{ uri }
|
{ link_to t('doorkeeper.applications.buttons.authorize'), oauth_authorization_path(client_id: @application.uid, redirect_uri: uri, response_type: 'code'), className: 'button link-button', target: '_blank' } |