caipin 5 rokov pred
rodič
commit
6e818fa34e
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      app/service/cloudEditionService.js

+ 4 - 0
app/service/cloudEditionService.js

@@ -347,6 +347,10 @@ var cloudService={
 
         var cid=hash.hashDecode(data.cidKey);
         var ssoId=hash.hashDecode(data.ssoId);
+        
+        console.log(cid);
+        console.log(ssoId);
+        
         if(!hash.isNotANumber(cid)||!hash.isNotANumber(ssoId)){
             return false;
         }