remove todo that was done already

This commit is contained in:
modeco80
2024-08-23 04:37:43 -04:00
parent 48409a469a
commit 4c085619ff

View File

@@ -505,8 +505,6 @@ export default class CollabVMServer implements IProtocolMessageHandler {
this.VM.GetDisplay()?.MouseEvent(x, y, buttonMask); this.VM.GetDisplay()?.MouseEvent(x, y, buttonMask);
} }
// TODO: make senders for admin things
async onAdminLogin(user: User, password: string) { async onAdminLogin(user: User, password: string) {
if (!user.LoginRateLimit.request() || !user.username) return; if (!user.LoginRateLimit.request() || !user.username) return;
var sha256 = createHash('sha256'); var sha256 = createHash('sha256');