Skip to content

Commit

Permalink
Rebse #4213 (#4215)
Browse files Browse the repository at this point in the history
Co-authored-by: Nelson Chan <[email protected]>
  • Loading branch information
louislam and chakflying authored Dec 11, 2023
1 parent 621419e commit fa1214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,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,
Expand Down

0 comments on commit fa1214a

Please sign in to comment.