blockstack-auth
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -90,3 +90,3 @@ 'use strict'; | ||
value: function loadSession(callbackFunction) { | ||
var session = JSON.parse(localStorage.getItem(authAgent.storageLabel)); | ||
var session = JSON.parse(localStorage.getItem(this.storageLabel)); | ||
callbackFunction(session); | ||
@@ -93,0 +93,0 @@ } |
{ | ||
"name": "blockstack-auth", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Blockstack Auth Library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
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
1905911