Skip to content

Commit 5b6254c

Browse files
author
Nat
committed
feat: 4 digits code generator
1 parent 741caf2 commit 5b6254c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/PasswordGenerator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const PasswordGenerator: React.FC<PasswordGeneratorProps> = ({
115115
}) => {
116116
const theme = useTheme()
117117
const [code, setCode] = useState('')
118-
const [length] = useState(6)
118+
const [length] = useState(4)
119119
const [timeLeft, setTimeLeft] = useState(60)
120120
const [copyAlert, setCopyAlert] = useState(false)
121121

0 commit comments

Comments
 (0)