mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-02 15:31:40 +01:00
8 lines
192 B
Plaintext
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>
|