You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
registerUser in user-registration/domain/registerUser.ts should now return only UserRegistrationWasStarted. Fix tests.
Add command CompleteUserRegistration.
Add new domain function completeUserRegistration.ts, which will return UserRegistrationWasCompleted for started registration.
Create command handler for CompleteUserRegistration.
Create automation slice WhenEmailConfirmationWasApprovedThenCompleteUserRegistration. Execute CompleteUserRegistration when EmailConfirmationWasApproved (confirmationFor must have value user-registration).