docs: add note about actor_type in reset password event in v2.0.7 (#10322)

This commit is contained in:
Shahed Nasser
2024-11-27 19:04:40 +02:00
committed by GitHub
parent 263dbf7872
commit 70e179a475
3 changed files with 11 additions and 3 deletions
@@ -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
}
```