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>2018-06-19 10:21:38 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-06-19 10:21:38 +0300
commitcdc3c010bce2be923bfb3248ea88db10eaf52606 (patch)
tree1a1a89deb23133c42e345b49f101f78819faf936 /templates
parent356aae80df77248b39efc2f4b43dd00f2c70c044 (diff)
Rename the app
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/challenge.php2
-rw-r--r--templates/personal_settings.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/challenge.php b/templates/challenge.php
index 2784cbb..d0d0d75 100644
--- a/templates/challenge.php
+++ b/templates/challenge.php
@@ -1,5 +1,5 @@
<?php
-style('twofactor_sms', 'style');
+style('twofactor_gateway', 'style');
?>
<form method="POST" class="sms-2fa-form">
diff --git a/templates/personal_settings.php b/templates/personal_settings.php
index 005b8b1..38c9a73 100644
--- a/templates/personal_settings.php
+++ b/templates/personal_settings.php
@@ -1,5 +1,5 @@
<?php
-script('twofactor_sms', 'build/build');
+script('twofactor_gateway', 'build/build');
?>
<div class="section" id="twofactor-sms-section"></div>