diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-09-02 09:21:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-02 09:21:12 +0200 |
commit | 679a694e6f7fc77551a21f106d382b5f1800c6bb (patch) | |
tree | 47952e041b6ff5b59c53c5622b16a24aedf45050 /settings | |
parent | 7065bcafc72ccb718058bdc3e01405a9adcbbf71 (diff) | |
parent | 055261e79d7ce9794ceb33fb97475959ff80ee83 (diff) | |
download | nextcloud-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.php | 1 |
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', ]); |