Skip to content

Commit 1d42cf9

Browse files
authored
Set default password length option to 20 characters
1 parent 2743c1b commit 1d42cf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 class="hero-subtitle"> No guesswork. Strong passwords. </h2>
2525
<label for="passwordLength" class="length-label">Password Length:</label>
2626
<select id="passwordLength" class="length-select">
2727
<option value="moderate">Moderate - 15 characters</option>
28-
<option value="default">Default - 20 characters</option>
28+
<option value="default" selected>Default - 20 characters</option>
2929
<option value="strong">Strong - 24 characters</option>
3030
<option value="highSecurity">High Security - 32 characters</option>
3131
<option value="quantumResistant">Quantum Resistant - 40 characters</option>
@@ -56,4 +56,4 @@ <h2 class="hero-subtitle"> No guesswork. Strong passwords. </h2>
5656
<p>Created by <a href="https://github.com/chrisjabb21" target="_blank">Chris Fouad Jabbour</a></p>
5757
</footer>
5858

59-
</html>
59+
</html>

0 commit comments

Comments
 (0)