forked from Github-Mirrors/canaille
9 lines
207 B
HTML
9 lines
207 B
HTML
{% extends theme('base.html') %}
|
|
|
|
{% block script %}
|
|
<script src="/static/js/users.js"></script>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% include "partial/oidc/admin/token_list.html" %}
|
|
{% endblock %}
|