|
<?php
|
|
|
|
/*
|
|
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
script('twofactor_totp', 'twofactor_totp-main-settings');
|
|
style('twofactor_totp', 'settings');
|
|
|
|
?>
|
|
|
|
<div id="twofactor-totp-settings"></div>
|