calimero-auth-sdk
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -102,4 +102,4 @@ "use strict"; | ||
}).then((res) => { | ||
console.log("yed"); | ||
if (res.status == 200) { | ||
console.log("yed"); | ||
localStorage.setItem("calimeroToken", res.data.secretToken); | ||
@@ -110,3 +110,3 @@ } | ||
}); | ||
window.location.href = "/"; | ||
//window.location.href = "/"; | ||
} | ||
@@ -113,0 +113,0 @@ } |
{ | ||
"name": "calimero-auth-sdk", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
43391