Skip to content
Snippets Groups Projects

[OAuth] Add skip_authorization to detail view

Merged Nik | Klampfradler requested to merge fix/oauth-skip-auth-detail into master
All threads resolved!
@@ -54,6 +54,14 @@
{{ application.redirect_uris }}
</td>
</tr>
<tr>
<th>
{% trans "Skip Authorisation" %}
</th>
<td>
{{ application.skip_authorization }}
</td>
</tr>
</tbody>
</table>
{% endblock %}
Loading