We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741caf2 commit 5b6254cCopy full SHA for 5b6254c
src/components/common/PasswordGenerator.tsx
@@ -115,7 +115,7 @@ export const PasswordGenerator: React.FC<PasswordGeneratorProps> = ({
115
}) => {
116
const theme = useTheme()
117
const [code, setCode] = useState('')
118
- const [length] = useState(6)
+ const [length] = useState(4)
119
const [timeLeft, setTimeLeft] = useState(60)
120
const [copyAlert, setCopyAlert] = useState(false)
121
0 commit comments