aboutsummaryrefslogtreecommitdiff
path: root/app/views/admin/oauth2/index.php
blob: 8ac0f188e15b1c2fecdb3a6205db8e7fdd9b4ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?= $this->render_partial('admin/oauth2/_notices') ?>

<article class="studip admin-oauth2--setup">
    <header>
        <h1>
            <a name="setup">
                <?= _('OAuth2-Setup') ?>
            </a>
        </h1>
    </header>
    <?= $this->render_partial('admin/oauth2/_setup') ?>
</article>

<?= $this->render_partial('admin/oauth2/_clients') ?>