chore: Add actor type check + more tests (#10005)

This commit is contained in:
Oli Juhl
2024-11-10 21:38:19 +00:00
committed by GitHub
parent c7b24eb3ec
commit 094971775b
5 changed files with 140 additions and 10 deletions
@@ -45,6 +45,7 @@ export const generateResetPasswordTokenWorkflow = createWorkflow(
{
entity_id: input.entityId,
provider: input.provider,
actor_type: input.actorType,
},
{
secret: input.secret,