HotFix mandatory login with ADMIN openid connexion (#1503)

Before anonymous connexion, we must get the details of the map and permit to check mandatory connexion and redirect user to login page.

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
grégoire parant
2021-10-05 18:59:26 +02:00
committed by GitHub
parent b33e271d2e
commit 908b78fdda
2 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export class LoginScene extends ResizableScene {
if (
localUserStore.getAuthToken() == undefined &&
gameManager.currentStartedRoom &&
gameManager.currentStartedRoom?.authenticationMandatory
gameManager.currentStartedRoom.authenticationMandatory
) {
connectionManager.loadOpenIDScreen();
loginSceneVisibleIframeStore.set(true);