vesant-sdk 1.7.0-dev.059da4f → 1.7.0-dev.117915b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1712,9 +1712,6 @@ var ComplianceClient = class {
1712
1712
  if (cipherTextResult.risk?.is_blocked) {
1713
1713
  blockReasons.push(...cipherTextResult.risk.block_reasons_structured ?? []);
1714
1714
  }
1715
- if (cipherTextResult.risk?.location_mismatch) {
1716
- blockReasons.push(sdkReasons.gpsIPMismatch());
1717
- }
1718
1715
  }
1719
1716
  if (geoVerification.gps_required && !cipherTextResult) {
1720
1717
  blockReasons.push(sdkReasons.gpsRequired());