fix login screen

This commit is contained in:
_Bastler 2021-10-27 19:23:46 +02:00
parent 07a02d9f16
commit 178ba50876

View File

@ -28,10 +28,11 @@ export class LoginScene extends ResizableScene {
gameManager.currentStartedRoom.authenticationMandatory gameManager.currentStartedRoom.authenticationMandatory
) { ) {
connectionManager.loadOpenIDScreen(); connectionManager.loadOpenIDScreen();
loginSceneVisibleIframeStore.set(true); loginSceneVisibleStore.set(false);
} } else {
loginSceneVisibleStore.set(true); loginSceneVisibleStore.set(true);
} }
}
public login(name: string): void { public login(name: string): void {
name = name.trim(); name = name.trim();