mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 23:04:22 -05:00
9 lines
131 B
PHP
9 lines
131 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
script('twofactor_backupcodes', 'settings');
|
|
|
|
?>
|
|
|
|
<div id="twofactor-backupcodes-settings"></div>
|