aboutsummaryrefslogtreecommitdiff
path: root/app/views/tfa/index.php
blob: 7905347681895533fac133f6ce010fe2cb27bbec (plain)
1
2
3
4
5
6
7
<p>
    <?= _('Zwei-Faktor-Authentifizierung ist aktiviert') ?>:
    <?= $secret->type == 'app' ? _('Authenticator-App') : _('E-Mail') ?>
</p>
<form action="<?= $controller->revoke() ?>" method="post">
    <?= Studip\Button::createAccept(_('Aufheben')) ?>
</form>