summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/templates/personal.php
blob: 3076e16a166bfc38c4d3e88193c3a917e4e5655e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

script('twofactor_backupcodes', 'settingsview');
script('twofactor_backupcodes', 'settings');
style('twofactor_backupcodes', 'style');

?>

<div class="section">
    <h2 data-anchor-name="second-factor-backup-codes"><?php p($l->t('Second-factor backup codes')); ?></h2>
    <div id="twofactor-backupcodes-settings"></div>
</div>