Update LoginScreenUI.cs

This commit is contained in:
HungDK
2025-10-21 18:50:33 +07:00
parent 82b8b3c705
commit 64e5450d37
@@ -74,6 +74,7 @@ namespace BrewMonster.UI
PlayerPrefs.SetString("password", password);
PlayerPrefs.Save();
await UnityGameSession.Login(username, password, OnLoginComplete);
_selectCharacterScreen.gameObject.SetActive(true);
}
/// <summary>