@progalaxyelabs/ngx-stonescriptphp-client 1.24.1 → 1.24.2

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.
@@ -787,7 +787,7 @@ class ProgalaxyElabsAuth {
787
787
  const response = await fetch(`${this.host}/api/auth/otp/send`, {
788
788
  method: 'POST',
789
789
  headers: { 'Content-Type': 'application/json' },
790
- body: JSON.stringify({ identifier })
790
+ body: JSON.stringify({ identifier, platform_code: this.config.platformCode })
791
791
  });
792
792
  const data = await response.json();
793
793
  if (!response.ok) {