docs: add note about actor_type in reset password event in v2.0.7 (#10322)
This commit is contained in:
@@ -34,8 +34,9 @@ This documentation page includes the list of all events emitted by [Medusa's wor
|
||||
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
entityId, // The ID of the user
|
||||
entity_id, // The user's identifier, such as their email
|
||||
token, // The reset token
|
||||
actor_type // `user`, `customer`, or custom type
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user