OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/app/views/doorkeeper/authorizations/error.html.erb

10 lines
255 B

<div class="notification-box -error">
<div class="notification-box--content">
<p>
<strong><%= t('oauth.authorization_error') %></strong>
<br/>
<%= @pre_auth.error_response.body[:error_description] %></pre>
</p>
</div>
</div>