Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-14 12:15:35 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-14 12:23:57 +0300
commit4d7f2387a3852a736ae5f5497806faae03fd8d93 (patch)
tree0461b6dcdd0c7b1c6113aed2e0689a68b6a6abbb /templates
parent3626769cdf8e863330bb4c85d9daff8a2d647d47 (diff)
Move to global configs
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/loginsetup.php2
-rw-r--r--templates/personal.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/loginsetup.php b/templates/loginsetup.php
index c941f51..6030815 100644
--- a/templates/loginsetup.php
+++ b/templates/loginsetup.php
@@ -23,7 +23,7 @@
declare(strict_types=1);
-script('twofactor_totp', 'main-login-setup');
+script('twofactor_totp', 'twofactor_totp-main-login-setup');
?>
diff --git a/templates/personal.php b/templates/personal.php
index f4beb11..7a69ba5 100644
--- a/templates/personal.php
+++ b/templates/personal.php
@@ -1,6 +1,6 @@
<?php
-script('twofactor_totp', 'main-settings');
+script('twofactor_totp', 'twofactor_totp-main-settings');
style('twofactor_totp', 'settings');
?>