Skip to content
Snippets Groups Projects
Verified Commit 7978d606 authored by Nik | Klampfradler's avatar Nik | Klampfradler Committed by Jonathan Weth
Browse files

[OAuth] Add skip_authorization to detail view

parent 5e3c190b
No related branches found
No related tags found
1 merge request!765[OAuth] Add skip_authorization to detail view
Pipeline #39179 passed
......@@ -54,6 +54,14 @@
{{ application.redirect_uris }}
</td>
</tr>
<tr>
<th>
{% trans "Skip Authorisation" %}
</th>
<td>
<i class="material-icons">{{ application.skip_authorization|yesno:"check,close" }}</i>
</td>
</tr>
</tbody>
</table>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment