summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-12-10 16:32:53 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2018-12-10 16:32:53 +0100
commit15b1713e32bdca047fb969fcd34246b762ad5f38 (patch)
tree242f7ed0e12682df8d5cb2397c3d1bf5e41d21bb /settings/templates
parent866c42a1647afe58f407094a0fc449572ad6638d (diff)
downloadnextcloud-server-15b1713e32bdca047fb969fcd34246b762ad5f38.tar.gz
nextcloud-server-15b1713e32bdca047fb969fcd34246b762ad5f38.zip
Use strengthify.min on personal settings page
Else the CSP fails to load properly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/settings/personal/security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php
index 778d711d90f..d2df1104d7d 100644
--- a/settings/templates/settings/personal/security.php
+++ b/settings/templates/settings/personal/security.php
@@ -32,7 +32,7 @@ script('settings', [
if($_['passwordChangeSupported']) {
script('settings', 'security_password');
script('jquery-showpassword');
- vendor_script('strengthify/jquery.strengthify');
+ vendor_script('strengthify/jquery.strengthify.min');
vendor_style('strengthify/strengthify');
}