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
recipients: [userParams.email],// The original email used for registration
1087
-
};
1088
-
awaitthis.eventService.postDirectBusMessage(
1089
-
'external.action.email',
1090
-
activationEmailPayload,
1091
-
);
1092
-
this.logger.log(
1093
-
`Published 'external.action.email' (activation) for ${newUser.user_id.toNumber()} to ${userParams.email}. Payload: ${JSON.stringify(activationEmailPayload,null,2)}`,
1094
-
);
1095
-
}
1096
1067
}catch(eventError){
1097
1068
this.logger.error(
1098
1069
`Failed to publish events for user ${newUser.user_id.toNumber()}: ${eventError.message}`,
0 commit comments