Skip to content

Commit e0f34b8

Browse files
committed
End MM sessions on disconnect by default
1 parent 354dd67 commit e0f34b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Thirdweb/Core/Scripts/Wallets/ThirdwebMetamask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public async Task<string> Connect(WalletConnection walletConnection, string rpc)
3636

3737
public Task Disconnect()
3838
{
39-
MetaMaskUnity.Instance.Disconnect(false);
39+
MetaMaskUnity.Instance.Disconnect(true);
4040
_web3 = null;
4141
return Task.CompletedTask;
4242
}

0 commit comments

Comments
 (0)