@bigbinary/neeto-commons-frontend 3.0.4 → 3.0.6

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.
@@ -1623,8 +1623,8 @@ var verifyCrossSiteScript = function verifyCrossSiteScript(inputSelector, submit
1623
1623
  };
1624
1624
 
1625
1625
  var hostname = "api.fastmail.com";
1626
- var username = Cypress.env("CYPRESS_FASTMAIL_USERNAME") || "cypress@mixarrow.com";
1627
- var token = Cypress.env("CYPRESS_FASTMAIL_TOKEN");
1626
+ var username = Cypress.env("FASTMAIL_USERNAME") || "cypress@mixarrow.com";
1627
+ var token = Cypress.env("FASTMAIL_TOKEN");
1628
1628
  var authUrl = "https://".concat(hostname, "/.well-known/jmap");
1629
1629
  var headers = {
1630
1630
  "Content-Type": "application/json",