chore: Update auth flow (#9959)

This commit is contained in:
Oli Juhl
2024-11-06 21:21:45 +01:00
committed by GitHub
parent 505768dd9f
commit 441004cc21
3 changed files with 41 additions and 5 deletions
@@ -56,6 +56,7 @@ export const generateResetPasswordTokenWorkflow = createWorkflow(
}
)
emitEventStep({
eventName: AuthWorkflowEvents.PASSWORD_RESET,
data: { entity_id: input.entityId, actorType: input.actorType, token },