1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Updated minimum value for KDF iterations (#4636)

This commit is contained in:
SmithThe4th
2023-02-02 13:52:24 -05:00
committed by GitHub
parent e3e88167e5
commit 37a374713c

View File

@@ -73,7 +73,7 @@
<input <input
id="kdfIterations" id="kdfIterations"
type="number" type="number"
min="5000" min="100000"
max="2000000" max="2000000"
name="KdfIterations" name="KdfIterations"
class="form-control" class="form-control"