refactor: remove TODO in RandomStringUtilities since the alphanumeric username is how we identify chomens bot

This commit is contained in:
ChomeNS
2025-03-19 17:07:44 +07:00
parent 0bf8ce54f8
commit 0d0c8a2bce

View File

@@ -26,7 +26,6 @@ public class RandomStringUtilities {
private static final SecureRandom random = new SecureRandom();
// TODO: mabe support stuff than alpha-numeric
public static String generate (int length) {
buf = new char[length];