Skip to content

Commit

Permalink
default range options
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo committed May 1, 2024
1 parent f3ef31f commit dc4d477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GeneratePassword/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export const GeneratePassword = (props: GeneratePasswordProps) => {
<input
type="range"
className="w-full"
min={passwordMode === PasswordMode.Password ? 11 : 2}
min={passwordMode === PasswordMode.Password ? 12 : 3}
max={passwordMode === PasswordMode.Password ? 100 : 10}
value={length}
onChange={(ev: React.ChangeEvent<HTMLInputElement>) => {
Expand Down

0 comments on commit dc4d477

Please # to comment.