mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Fix logout v2
This commit is contained in:
parent
e19dadf46c
commit
6507a96c0c
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ async function setupAuth()
|
|||
{
|
||||
logger.debug('/auth/logout');
|
||||
|
||||
const peerId = req.session.peerId || req.query.peerId;
|
||||
const peerId = req.query.peerId;
|
||||
const roomId = req.query.roomId;
|
||||
|
||||
let peer = peers.get(peerId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue