biz-slide-core 1.2.21 → 1.2.23
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -53,6 +53,7 @@ var verifyUid = function (token) { return __awaiter(void 0, void 0, void 0, func
|
|
53
53
|
var jwtToken = token.split(" ")[1] || token;
|
54
54
|
jsonwebtoken_1.default.verify(jwtToken, process.env.JWTSECRET || 'secret', function (err, decoded) {
|
55
55
|
if (err) {
|
56
|
+
console.log("error verifyUid", err);
|
56
57
|
resolve(null);
|
57
58
|
}
|
58
59
|
else {
|