1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

adjust max iterations for argon2 (#4625)

This commit is contained in:
Kyle Spearrin
2023-02-02 11:06:34 -05:00
committed by GitHub
parent 96b982f4b8
commit 2b6b942f3e

View File

@@ -86,8 +86,8 @@
<input
id="iterations"
type="number"
min="1"
max="1024"
min="2"
max="10"
name="Iterations"
class="form-control mb-3"
[(ngModel)]="kdfConfig.iterations"