mastodon/app/views/doorkeeper/authorizations/error.html.erb

8 lines
192 B
Plaintext

<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>