Some tests.

This commit is contained in:
Håvar Aambø Fosstveit
2019-10-24 09:03:30 +02:00
parent a8149d29d8
commit bf754d4797
4 changed files with 37 additions and 13 deletions
+2 -2
View File
@@ -282,7 +282,7 @@ async function setupAuth(oidcIssuer)
room.peerAuthenticated(state.peerId);
const socket = io.sockets.socket(state.id);
const socket = io.sockets.sockets[state.id];
if (socket)
{
@@ -297,7 +297,7 @@ async function setupAuth(oidcIssuer)
});
}
res.send('');
res.sendFile(`${__dirname}/public/authCallback.html`);
}
);
}