fix(dashboard): Align casing of fields in reset password event (#10313)

* fix(dashboard): Align casing of fields in reset password event

* update changeset
This commit is contained in:
Kasper Fabricius Kristensen
2024-11-27 13:06:04 +01:00
committed by GitHub
parent 00d0c927dd
commit 030ee87150
2 changed files with 17 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@medusajs/core-flows": patch
---
fix(core-workflows): Fix data returned from reset password event.
Deprecate `actorType` in favor of `actor_type`. The field `actorType` will be removed in a future version, so please update your code to use `actor_type` instead.