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

<main role="main">
  <pre><%= @pre_auth.error_response.body[:error_description] %></pre>
</main>