aboutsummaryrefslogtreecommitdiff
path: root/www/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.js')
-rw-r--r--www/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.js b/www/index.js
index d7b2869..c8d5508 100644
--- a/www/index.js
+++ b/www/index.js
@@ -42,7 +42,7 @@ upperCaseInput.checked = true;
lowerCaseInput.checked = true;
numberInput.checked = true;
specialInput.checked = true;
-extendedInput.checked = true;
+extendedInput.checked = false;
//this will trigger passwordInput to be filled
generate();