1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-27 10:23:48 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"