1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00
Marius Balteanu 2d3b3b939e Add OAuth2 provider capability using doorkeeper gem (#24808).
Patch by Jens Krämer (user:jkraemer).

git-svn-id: https://svn.redmine.org/redmine/trunk@23837 e93f8b46-1217-0410-a6f0-8f06a7374b81
2025-06-12 07:09:03 +00:00

9 lines
281 B
Plaintext

<%= title [l('label_oauth_authorized_application_plural'), oauth_authorized_applications_path] %>
<fieldset class="tabular"><legend><%= l(:label_information_plural) %></legend>
<p>
<label><%= t('.title') %>:</label>
<code><%= params[:code] %></code>
</p>
</fieldset>