about summary refs log tree commit diff
path: root/app/views/doorkeeper/authorizations/show.html.erb
blob: f4d661019397688ab1c9a800068a94662cc8582b (plain) (blame)
1
2
3
4
5
6
7
<header class="page-header">
  <h1><%= t('.title') %>:</h1>
</header>

<main role="main">
  <code id="authorization_code"><%= params[:code] %></code>
</main>