onairos 0.1.359 → 0.1.360

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.
@@ -21,7 +21,8 @@ function TestTelegramButton() {
21
21
  key: 'value'
22
22
  }; // Example data
23
23
  const queryString = new URLSearchParams(data).toString();
24
- const testUrl = `https://internship.onairos.uk/?${queryString}`;
24
+ const testUrl = `https://internship.onairos.uk/auth?${queryString}`;
25
+ // const testUrl = `https://onairos.uk/auth?${queryString}`;
25
26
 
26
27
  // Use standard JavaScript to open the link in a new tab
27
28
  window.open(testUrl, '_blank');