mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-28 13:33:53 +00:00
Fix typo
This commit is contained in:
parent
7095d6b98e
commit
de2edb1fb4
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ async function setupAuth()
|
|||
state = JSON.parse(base64.decode(req.body.state));
|
||||
}
|
||||
|
||||
if (!state || !state.peerId || !state.RoomId)
|
||||
if (!state || !state.peerId || !state.roomId)
|
||||
{
|
||||
res.redirect('/auth/login');
|
||||
logger.debug('Empty state or state.peerId or state.RoomId in auth/callback');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue