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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-15 17:32:27 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-18 16:24:55 +0300
commitaa5de5f0f19fa4b470e97e86857211372e1f0d91 (patch)
treec47a63c2d9feac0b014e42bacafaa00efad75e1e /templates
parentbc7c957aa5ec6e9f7e330c8a4ec2183842eb7907 (diff)
Migrate to Vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/personal.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/personal.php b/templates/personal.php
index 15abf88..7179a7a 100644
--- a/templates/personal.php
+++ b/templates/personal.php
@@ -1,9 +1,10 @@
<?php
-script('twofactor_totp', 'settingsview');
script('twofactor_totp', 'settings');
style('twofactor_totp', 'settings');
?>
+<input type="hidden" id="twofactor-totp-initial-state" value="<?php p($_['state']); ?>">
+
<div id="twofactor-totp-settings"></div>