Skip to content
Snippets Groups Projects
Commit 110e64a0 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'fix/oauth-skip-auth-detail' into 'master'

[OAuth] Add skip_authorization to detail view

See merge request !765
parents c0261380 7978d606
No related branches found
No related tags found
1 merge request!765[OAuth] Add skip_authorization to detail view
Pipeline #39198 canceled
......@@ -62,6 +62,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