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:
parent
96b982f4b8
commit
2b6b942f3e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user