shawenguan 1 жил өмнө
parent
commit
d35e89a4d8

+ 1 - 0
Scripts/elife/ofpayHelper.js

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