@expandorg/app-auth
Advanced tools
Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "@expandorg/app-auth", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Auth app", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "76ab5ac4db898ec6cab536e2bb960322763cfd1a" | ||
"gitHead": "db1f9bd20c1afed23b10f603c36fd4a0be50e088" | ||
} |
@@ -73,2 +73,5 @@ import { takeEvery, call, put, select, getContext } from 'redux-saga/effects'; | ||
const gemsService = services.resolve('gems'); | ||
yield call(gemsService.ensureEnable); | ||
const address = gemsService.getDefaultAccount(); | ||
@@ -101,2 +104,4 @@ | ||
yield call(gemsService.ensureEnable); | ||
const address = gemsService.getDefaultAccount(); | ||
@@ -103,0 +108,0 @@ const { result: signature } = yield call( |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12176
386