mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
10 lines
247 B
Text
10 lines
247 B
Text
|
<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>
|