react-auth-kit
Advanced tools
Comparing version 3.0.0-alpha.26 to 3.0.0-alpha.27
{ | ||
"name": "react-auth-kit", | ||
"version": "3.0.0-alpha.26", | ||
"version": "3.0.0-alpha.27", | ||
"description": "Authentication Library for React, which makes Token based auth very easy", | ||
@@ -90,3 +90,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a061796ba7697561853cf0902dfcd25a0978bb63" | ||
"gitHead": "455ed7a8cd1a0e4111791e08336cc7f20583a943" | ||
} |
@@ -262,3 +262,3 @@ "use strict"; | ||
} else { | ||
console.log(`Point A ${this.authStorageName} ${authToken}`); | ||
console.log(`Point A ${this.authStorageName} ${authToken} ${typeof this.authStorageName} ${typeof authToken}`); | ||
window.localStorage.setItem(this.authStorageName, authToken); | ||
@@ -265,0 +265,0 @@ console.log(`Point B ${this.authStorageName} ${authToken}`); |
72359