mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
adjust max iterations for argon2 (#4625)
This commit is contained in:
@@ -86,8 +86,8 @@
|
|||||||
<input
|
<input
|
||||||
id="iterations"
|
id="iterations"
|
||||||
type="number"
|
type="number"
|
||||||
min="1"
|
min="2"
|
||||||
max="1024"
|
max="10"
|
||||||
name="Iterations"
|
name="Iterations"
|
||||||
class="form-control mb-3"
|
class="form-control mb-3"
|
||||||
[(ngModel)]="kdfConfig.iterations"
|
[(ngModel)]="kdfConfig.iterations"
|
||||||
|
|||||||
Reference in New Issue
Block a user