login scene
This commit is contained in:
parent
178ba50876
commit
6a3d1fb1d5
@ -28,7 +28,6 @@ export class LoginScene extends ResizableScene {
|
|||||||
gameManager.currentStartedRoom.authenticationMandatory
|
gameManager.currentStartedRoom.authenticationMandatory
|
||||||
) {
|
) {
|
||||||
connectionManager.loadOpenIDScreen();
|
connectionManager.loadOpenIDScreen();
|
||||||
loginSceneVisibleStore.set(false);
|
|
||||||
} else {
|
} else {
|
||||||
loginSceneVisibleStore.set(true);
|
loginSceneVisibleStore.set(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user