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