Merge pull request #16961 from nextcloud/fix/settings/js_error

Fix JS error on personal security page
This commit is contained in:
Roeland Jago Douma 2019-09-02 09:21:12 +02:00 committed by GitHub
commit 679a694e6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@
*/
script('settings', [
'settings',
'templates',
'vue-settings-personal-security',
]);