controlshift/prague-server

View on GitHub
app/views/doorkeeper/authorizations/error.html.erb

Summary

Maintainability
Test Coverage
<div class="page-header">
  <h1>An error has occurred</h1>
</div>

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