Skip to content
Snippets Groups Projects
Commit 14af84bc authored by Lin Fan's avatar Lin Fan
Browse files

Update PassBook.java

parent 8eb73732
No related branches found
No related tags found
No related merge requests found
Pipeline #5404 passed
......@@ -84,7 +84,7 @@ public class PassBook
}
//check the passphrase strength
else {
if (passphrase.length() < MINIMUM_PASSPHRASE_LENGTH) {
if (passphrase.length() > MINIMUM_PASSPHRASE_LENGTH) {
throw new WeakPassphraseException(passphrase);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment