Fix wrong logic #459
This commit is contained in:
@@ -263,7 +263,7 @@ public class AsynchronousLogin implements AsynchronousProcess {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (auths.size() >= threshold) {
|
if (auths.size() < threshold) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user