openstreetmap-website/app/views/oauth2_authorizations/error.html.erb
2021-05-18 12:05:32 +01:00

5 lines
134 B
Text

<% content_for :heading do %>
<h1><%= t ".title" %></h1>
<% end %>
<p><%= @pre_auth.error_response.body[:error_description] %></p>