feat(user): standardize events emitted for token generation (#6520)

This commit is contained in:
Philip Korsholm
2024-02-27 19:32:27 +08:00
committed by GitHub
parent 690e8c2e09
commit a223566d96
2 changed files with 21 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ export default class UserModuleService<
action: "token_generated",
object: "invite",
},
data: invite.id,
data: { id: invite.id },
}))
)