HotFix authentication manager to get data from back
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
parent
6fafb727ba
commit
e54732be1b
4 changed files with 23 additions and 9 deletions
|
@ -189,6 +189,7 @@ export class IoSocketController {
|
|||
let memberTextures: CharacterTexture[] = [];
|
||||
const room = await socketManager.getOrCreateRoom(roomId);
|
||||
let userData: FetchMemberDataByUuidResponse = {
|
||||
email: userIdentifier,
|
||||
userUuid: userIdentifier,
|
||||
tags: [],
|
||||
visitCardUrl: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue