mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 15:39:53 -05:00
Fix: typo for disconnectAllSocketClients
(#4213)
This commit is contained in:
parent
89beb5f264
commit
99adac3eb9
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user