mirror of
https://github.com/status-im/zxcvbn-go.git
synced 2025-02-20 15:08:16 +00:00
WIP
This commit is contained in:
parent
d490adbfd1
commit
3be29968ae
@ -36,6 +36,7 @@ loadFrequencyList()
|
||||
|
||||
func Omnimatch(password string, userInputs []string) (matches []match.Match) {
|
||||
|
||||
//Can I run into the issue where nil is not equal to nil?
|
||||
if DICTIONARY_MATCHERS == nil || ADJACENCY_GRAPHS == nil {
|
||||
loadFrequencyList()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user