Setting the correct validUser value.
This commit is contained in:
parent
e041718e55
commit
57f8d66b35
@ -7,7 +7,7 @@ const logClient = function (type, log, fullInfo) {
|
||||
const logContents = { fullInfo };
|
||||
|
||||
if (User) {
|
||||
if (User.meetingId === fullInfo.meetingId) {
|
||||
if (User.meetingId === fullInfo.credentials.meetingId) {
|
||||
logContents.validUser = 'valid';
|
||||
} else {
|
||||
logContents.validUser = 'invalid';
|
||||
|
Loading…
Reference in New Issue
Block a user