summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-03-18 16:17:39 +0100
committerGitHub <noreply@github.com>2019-03-18 16:17:39 +0100
commit0e49302eea404525e42261245051924df947442f (patch)
tree04d80181d588077b86e9f95a2ffc20340557bc65 /settings/templates
parent458359563bbdfd04f58f0417a4051608016e5e95 (diff)
parent219fb1a855f69c57fd03334c6445f0e6eda95b6b (diff)
downloadnextcloud-server-0e49302eea404525e42261245051924df947442f.tar.gz
nextcloud-server-0e49302eea404525e42261245051924df947442f.zip
Merge pull request #14736 from nextcloud/fix/do_not_load_showpassword
Fix showpassword loads
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/settings/personal/security.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php
index ee6c7ce0ace..b7983b7c5d9 100644
--- a/settings/templates/settings/personal/security.php
+++ b/settings/templates/settings/personal/security.php
@@ -28,7 +28,6 @@ script('settings', [
if($_['passwordChangeSupported']) {
script('settings', 'security_password');
- script('jquery-showpassword');
}
?>