bugfix
This commit is contained in:
@@ -67,6 +67,7 @@ public class Util {
|
||||
for (int i=0; i<pass.length();i++){
|
||||
if (!Character.isLetterOrDigit(pass.charAt(i))) return false; // password contains special character
|
||||
}
|
||||
return true;
|
||||
}
|
||||
if (pass.length() < 10){
|
||||
var digit = false;
|
||||
|
||||
Reference in New Issue
Block a user