@@ -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;
}