2016-06-04 20:07:56 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
script('twofactor_totp', 'settingsview');
|
|
|
|
script('twofactor_totp', 'settings');
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
<div class="section">
|
2016-08-28 01:03:42 +03:00
|
|
|
<h2><?php p($l->t('TOTP second-factor auth')); ?></h2>
|
2016-06-04 20:07:56 +03:00
|
|
|
<div id="twofactor-totp-settings"></div>
|
|
|
|
</div>
|