@@ -97,6 +97,7 @@ function parseJwt(token) {
signature: segments[3],
};
} catch (e) {
+ lk.log(e);
return null;
}