@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
|
@@ -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
|
|