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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user