about summary refs log tree commit diff
path: root/app/views/doorkeeper/authorizations/error.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/doorkeeper/authorizations/error.html.erb')
-rw-r--r--app/views/doorkeeper/authorizations/error.html.erb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/doorkeeper/authorizations/error.html.erb b/app/views/doorkeeper/authorizations/error.html.erb
deleted file mode 100644
index 2247c0d54..000000000
--- a/app/views/doorkeeper/authorizations/error.html.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-<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>