We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3d679 commit 439c72fCopy full SHA for 439c72f
haechi.face.unity.sdk/Samples/Script/UI/Sections/UISectionBoraPortal.cs
@@ -49,6 +49,9 @@ private void OnDisable()
49
this._onLoginSuccessEvent.OnEventRaised -= this.Initialize;
50
this._onLogoutSuccessEvent.OnEventRaised -= this.Initialize;
51
this._onNetworkSwitched.OnEventRaised -= this.Initialize;
52
+ this._boraLoginButton.OnClickEvent -= this.LoginBora;
53
+ this._boraDirecSocialLoginButton.OnClickEvent -= this.LoginDirectSocialBora;
54
+ this._boraLoginWithIdtokenButton.OnClickEvent -= this.LoginWithIdTokenBora;
55
}
56
57
private void Initialize(LoginData loginData)
0 commit comments