calimero-auth-sdk
Advanced tools
Comparing version 0.5.16 to 0.6.0
@@ -86,6 +86,2 @@ "use strict"; | ||
const params = new URLSearchParams(search); | ||
if (params.get("message") !== localStorage.getItem("calimeroSecretHash")) { | ||
console.log("Wallet Message is not the same as the calimeroSecretHash"); | ||
return; | ||
} | ||
axios.post(config.authServiceUrl + "/api/v1/authenticate", { | ||
@@ -92,0 +88,0 @@ shardId: config.shardId, |
{ | ||
"name": "calimero-auth-sdk", | ||
"version": "0.5.16", | ||
"version": "0.6.0", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
43024
148