mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-30 12:01:10 +00:00
Fix: typo for disconnectAllSocketClients (#4213)
This commit is contained in:
+1
-1
@@ -1264,7 +1264,7 @@ let needSetup = false;
|
||||
let user = await doubleCheckPassword(socket, password.currentPassword);
|
||||
await user.resetPassword(password.newPassword);
|
||||
|
||||
server.disconnectAllSocketClient(user.id, socket.id);
|
||||
server.disconnectAllSocketClients(user.id, socket.id);
|
||||
|
||||
callback({
|
||||
ok: true,
|
||||
|
||||
Reference in New Issue
Block a user