remove todo that was done already
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user