Skip to content

Commit ae7bccc

Browse files
committed
feat: default value added for authConnectionConfig
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 279f8c8 commit ae7bccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public string walletSdkUrl {
3434
set { }
3535
}
3636
public WhiteLabelData? whiteLabel { get; set; }
37-
public List<AuthConnectionConfig>? authConnectionConfig { get; set; }
37+
public List<AuthConnectionConfig>? authConnectionConfig { get; set; } = new List<AuthConnectionConfig>();
3838
public bool? useCoreKitKey { get; set; } = false;
3939
public Web3Auth.ChainNamespace? chainNamespace { get; set; } = Web3Auth.ChainNamespace.eip155;
4040
public MfaSettings? mfaSettings { get; set; } = null;

0 commit comments

Comments
 (0)