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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-07 19:00:52 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-07 19:00:52 +0300
commitfe47092d6b07de6c49ae9e4ba681b86b86ba72b0 (patch)
tree8059cbba9706bc72c053022e8dd2b9555a88bc84 /templates
parent3833321cd616cde48829f240d9697056ba2107ef (diff)
Migrate personal settings to Nextcloud 15 provider settings API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/personal_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/personal_settings.php b/templates/personal_settings.php
index 38c9a73..2017286 100644
--- a/templates/personal_settings.php
+++ b/templates/personal_settings.php
@@ -2,4 +2,4 @@
script('twofactor_gateway', 'build/build');
?>
-<div class="section" id="twofactor-sms-section"></div>
+<div id="twofactor-gateway-<?php print_unescaped($_['gateway']) ?>"></div>