@eluvio/elv-client-js 4.0.75 → 4.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-client-js",
3
- "version": "4.0.75",
3
+ "version": "4.0.76",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
@@ -471,7 +471,7 @@ class ElvWalletClient {
471
471
  const expiresAt = Date.now() + tokenDuration * 60 * 60 * 1000;
472
472
  const fabricToken = await this.client.CreateFabricToken({
473
473
  duration: tokenDuration * 60 * 60 * 1000,
474
- context: email ? {usr: {email}} : {}
474
+ //context: email ? {usr: {email}} : {}
475
475
  });
476
476
  const address = this.client.utils.FormatAddress(this.client.CurrentAccountAddress());
477
477