Skip to content

Commit 8db87cc

Browse files
committed
fix: Connect events for auto selection of client credentials.
1 parent 66518cf commit 8db87cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/Plugins/Source/Editor/EditorWindows/EOSSettingsWindow.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,13 @@ protected override void OnEnable()
9797
{
9898
base.OnEnable();
9999
ProductConfig.DeploymentsUpdatedEvent += ReloadDeploymentSettingsForPlatformConfigEditors;
100+
ProductConfig.ClientCredentialsUpdatedEvent += ReloadClientCredentialsForPlatformConfigEditors;
100101
}
101102

102103
protected override void OnDestroy()
103104
{
104105
ProductConfig.DeploymentsUpdatedEvent -= ReloadDeploymentSettingsForPlatformConfigEditors;
106+
ProductConfig.ClientCredentialsUpdatedEvent -= ReloadClientCredentialsForPlatformConfigEditors;
105107
base.OnDestroy();
106108
}
107109

0 commit comments

Comments
 (0)