aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-05 14:53:39 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-05 14:53:39 +0100
commit4fb896b2a1b189ae4536e94f15babcef79fff7f8 (patch)
tree7a7067c0a96618f802526f9061ae976ec173321e /settings/templates
parent36c750ae1e65c4e5770457cbf4d49543a38c0a3c (diff)
downloadnextcloud-server-4fb896b2a1b189ae4536e94f15babcef79fff7f8.tar.gz
nextcloud-server-4fb896b2a1b189ae4536e94f15babcef79fff7f8.zip
Remove leftover input that causes undefined index errors
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/settings/admin/security.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/templates/settings/admin/security.php b/settings/templates/settings/admin/security.php
index 751616fc176..7d528818e42 100644
--- a/settings/templates/settings/admin/security.php
+++ b/settings/templates/settings/admin/security.php
@@ -30,7 +30,6 @@ script('settings', 'vue-settings-admin-security');
<div id="two-factor-auth" class="section">
<h2><?php p($l->t('Two-Factor Authentication'));?></h2>
- <input type="hidden" id="two-factor-auth-settings-initial-state" value="<?php p(base64_encode(json_encode($_['mandatory2FAState']))); ?>">
<div id="two-factor-auth-settings"></div>
</div>