@stytch/vanilla-js 6.0.7 → 6.0.8

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.
Files changed (31) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/{StytchSSRProxy-4bK96PqP.js → StytchSSRProxy-CYec4c7H.js} +2 -2
  3. package/dist/cjs/{StytchSSRProxy-4bK96PqP.js.map → StytchSSRProxy-CYec4c7H.js.map} +1 -1
  4. package/dist/cjs/b2b/index.cjs +3 -3
  5. package/dist/cjs/b2b/index.cjs.map +1 -1
  6. package/dist/cjs/b2b/index.headless.cjs +1 -1
  7. package/dist/cjs/index.cjs +2 -2
  8. package/dist/cjs/index.headless.cjs +1 -1
  9. package/dist/cjs/{shadcn-C9ZF6bjn.js → shadcn-DyU73sgU.js} +2 -2
  10. package/dist/cjs/{shadcn-C9ZF6bjn.js.map → shadcn-DyU73sgU.js.map} +1 -1
  11. package/dist/cjs-dev/{StytchSSRProxy-4d3oztg-.js → StytchSSRProxy-DzmpC9_x.js} +2 -2
  12. package/dist/cjs-dev/{StytchSSRProxy-4d3oztg-.js.map → StytchSSRProxy-DzmpC9_x.js.map} +1 -1
  13. package/dist/cjs-dev/b2b/index.cjs +3 -3
  14. package/dist/cjs-dev/b2b/index.cjs.map +1 -1
  15. package/dist/cjs-dev/b2b/index.headless.cjs +1 -1
  16. package/dist/cjs-dev/index.cjs +2 -2
  17. package/dist/cjs-dev/index.headless.cjs +1 -1
  18. package/dist/cjs-dev/{shadcn-BMlZ0kfy.js → shadcn-B1WlFgq_.js} +2 -2
  19. package/dist/cjs-dev/{shadcn-BMlZ0kfy.js.map → shadcn-B1WlFgq_.js.map} +1 -1
  20. package/dist/esm/packages/web/src/NetworkClient.mjs +1 -1
  21. package/dist/esm/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs +1 -1
  22. package/dist/esm/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs.map +1 -1
  23. package/dist/esm-dev/packages/web/src/NetworkClient.mjs +1 -1
  24. package/dist/esm-dev/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs +1 -1
  25. package/dist/esm-dev/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs.map +1 -1
  26. package/dist/iife/b2b/index.headless.js +1 -1
  27. package/dist/iife/b2b/index.js +2 -2
  28. package/dist/iife/b2b/index.js.map +1 -1
  29. package/dist/iife/index.headless.js +1 -1
  30. package/dist/iife/index.js +1 -1
  31. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var shadcn = require('../shadcn-C9ZF6bjn.js');
3
+ var shadcn = require('../shadcn-DyU73sgU.js');
4
4
  var uniqueId = require('../uniqueId-D9puNTGE.js');
5
5
  var storage = require('../storage-MqgW9SGA.js');
6
6
  var index$1 = require('../index-Co6H7mej.js');
7
- var StytchSSRProxy = require('../StytchSSRProxy-4bK96PqP.js');
7
+ var StytchSSRProxy = require('../StytchSSRProxy-CYec4c7H.js');
8
8
  var b2b_index_headless = require('./index.headless.cjs');
9
9
 
10
10
  const SSOIcon = ({ size = shadcn.DEFAULT_ICON_SIZE, ...props })=>/*#__PURE__*/ uniqueId.wn.createElement("svg", {
@@ -2436,7 +2436,7 @@ const PasswordsForgotForm = ()=>{
2436
2436
  stytch.passwords.resetByEmailStart({
2437
2437
  email_address: email,
2438
2438
  organization_id: organization.organization_id,
2439
- login_redirect_url: config.emailMagicLinksOptions?.loginRedirectURL,
2439
+ login_redirect_url: config.passwordOptions?.loginRedirectURL,
2440
2440
  reset_password_redirect_url: config.passwordOptions?.resetPasswordRedirectURL,
2441
2441
  reset_password_expiration_minutes: config.passwordOptions?.resetPasswordExpirationMinutes,
2442
2442
  reset_password_template_id: config.passwordOptions?.resetPasswordTemplateId,