summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-09-02 09:21:12 +0200
committerGitHub <noreply@github.com>2019-09-02 09:21:12 +0200
commit679a694e6f7fc77551a21f106d382b5f1800c6bb (patch)
tree47952e041b6ff5b59c53c5622b16a24aedf45050 /settings
parent7065bcafc72ccb718058bdc3e01405a9adcbbf71 (diff)
parent055261e79d7ce9794ceb33fb97475959ff80ee83 (diff)
downloadnextcloud-server-679a694e6f7fc77551a21f106d382b5f1800c6bb.tar.gz
nextcloud-server-679a694e6f7fc77551a21f106d382b5f1800c6bb.zip
Merge pull request #16961 from nextcloud/fix/settings/js_error
Fix JS error on personal security page
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/settings/personal/security.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php
index 6cd8ae735be..8346c558037 100644
--- a/settings/templates/settings/personal/security.php
+++ b/settings/templates/settings/personal/security.php
@@ -22,6 +22,7 @@
*/
script('settings', [
+ 'settings',
'templates',
'vue-settings-personal-security',
]);