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 279f8c8 commit ae7bcccCopy full SHA for ae7bccc
Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs
@@ -34,7 +34,7 @@ public string walletSdkUrl {
34
set { }
35
}
36
public WhiteLabelData? whiteLabel { get; set; }
37
- public List<AuthConnectionConfig>? authConnectionConfig { get; set; }
+ public List<AuthConnectionConfig>? authConnectionConfig { get; set; } = new List<AuthConnectionConfig>();
38
public bool? useCoreKitKey { get; set; } = false;
39
public Web3Auth.ChainNamespace? chainNamespace { get; set; } = Web3Auth.ChainNamespace.eip155;
40
public MfaSettings? mfaSettings { get; set; } = null;
0 commit comments