mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
9 lines
247 B
Text
9 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>
|