Merge branch 'develop' of github.com:thecodingmachine/workadventure

This commit is contained in:
_Bastler
2021-12-30 16:01:08 +01:00
3 changed files with 7 additions and 20 deletions
+4
View File
@@ -104,6 +104,10 @@ export class Room {
const data = result.data;
if (data.authenticationMandatory !== undefined) {
data.authenticationMandatory = Boolean(data.authenticationMandatory);
}
if (isRoomRedirect(data)) {
return {
redirectUrl: data.redirectUrl,