blob: 59cedf8f3842fe7dc2b2dce08056f61913bbcf0d (
plain)
1
2
3
4
5
6
|
<h2><%= t('doorkeeper.authorizations.error.title') %></h2>
<p id="errorExplanation"><%= @pre_auth.error_response.body[:error_description] %></p>
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
<% html_title t('doorkeeper.authorizations.error.title') %>
|