login scene

This commit is contained in:
_Bastler 2021-10-27 19:25:53 +02:00
parent 178ba50876
commit 6a3d1fb1d5

View File

@ -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);
} }