@particle-network/auth
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -35,2 +35,9 @@ "use strict"; | ||
} | ||
if (data.wallets) { | ||
const userInfo = this.userInfo(); | ||
if (userInfo) { | ||
userInfo.wallets = data.wallets; | ||
this.setUserInfo(userInfo); | ||
} | ||
} | ||
if (data.error) { | ||
@@ -37,0 +44,0 @@ if (data.error.code === 8005 || data.error.code === 10005) { |
{ | ||
"name": "@particle-network/auth", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "lib", |
Sorry, the diff of this file is not supported yet
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
48263
591