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 8db87cc commit 8c235a6Copy full SHA for 8c235a6
com.playeveryware.eos/Runtime/Core/Config/ProductConfig.cs
@@ -296,7 +296,7 @@ private void UpdatePlatformConfigClientCredentials()
296
// If the config already has a completely defined set of client
297
// credentials, then do not override, and move to the next
298
// platform config.
299
- if (config.clientCredentials.IsComplete)
+ if (config.clientCredentials != null && config.clientCredentials.IsComplete)
300
{
301
continue;
302
}
0 commit comments