Skip to content

Commit

Permalink
remove todo that was done already
Browse files Browse the repository at this point in the history
  • Loading branch information
modeco80 committed Aug 23, 2024
1 parent 48409a4 commit 4c08561
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cvmts/src/CollabVMServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ export default class CollabVMServer implements IProtocolMessageHandler {
this.VM.GetDisplay()?.MouseEvent(x, y, buttonMask);
}

// TODO: make senders for admin things

async onAdminLogin(user: User, password: string) {
if (!user.LoginRateLimit.request() || !user.username) return;
var sha256 = createHash('sha256');
Expand Down

0 comments on commit 4c08561

Please sign in to comment.