2016-06-04 20:07:56 +03:00
|
|
|
<?php
|
|
|
|
|
2024-10-23 20:08:31 +03:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*/
|
|
|
|
|
2022-04-14 12:15:35 +03:00
|
|
|
script('twofactor_totp', 'twofactor_totp-main-settings');
|
2017-02-06 23:32:09 +03:00
|
|
|
style('twofactor_totp', 'settings');
|
2016-06-04 20:07:56 +03:00
|
|
|
|
|
|
|
?>
|
|
|
|
|
2018-10-02 19:10:11 +03:00
|
|
|
<div id="twofactor-totp-settings"></div>
|