Skip to content

Commit

Permalink
fix: add missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
buhodev committed Oct 31, 2022
1 parent 90a6e85 commit 7942e9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/buhodev/PasswordGenerator.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@
const PASSWORD_ADVANCED_OPTIONS: PasswordAdvancedOptions = {
using: 'minimum',
numberOfChars: { uppercase: 1, numbers: 1, symbols: 1 },
include: [],
exclude: []
include: "",
exclude: "",
sortOption: 'include',
seed: currentSeed
}
const PASSPHRASE_OPTIONS: PassphraseOptions = {
Expand Down

0 comments on commit 7942e9d

Please sign in to comment.