scinote-web/app/views/doorkeeper/authorizations/error.html.erb

10 lines
247 B
Plaintext
Raw Normal View History

2018-08-17 17:59:47 +08:00
<div class="center-block center-block-narrow">
<div class="page-header">
<h1><%= t('doorkeeper.authorizations.error.title') %></h1>
</div>
<main role="main">
<%= @pre_auth.error_response.body[:error_description] %>
</main>
</div>