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 2fe3e01 commit 950fad9Copy full SHA for 950fad9
Assets/Thirdweb/Runtime/Unity/ThirdwebManagerBase.cs
@@ -504,6 +504,7 @@ public virtual async Task<IThirdwebWallet> ConnectWallet(WalletOptions walletOpt
504
case AuthProvider.Github:
505
case AuthProvider.Twitch:
506
case AuthProvider.Steam:
507
+ case AuthProvider.Epic:
508
default:
509
_ = await inAppWallet.LoginWithOauth(
510
isMobile: this.IsMobileRuntime(),
@@ -555,6 +556,7 @@ public virtual async Task<IThirdwebWallet> ConnectWallet(WalletOptions walletOpt
555
556
557
558
559
560
561
_ = await ecosystemWallet.LoginWithOauth(
562
0 commit comments