@punks/backend-entity-manager 0.0.45 → 0.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -19057,8 +19057,8 @@ let UserRegistrationHandler = class UserRegistrationHandler {
19057
19057
  templateId: AuthenticationEmailTemplates.Registration,
19058
19058
  languageId,
19059
19059
  payload: {
19060
- firstName: user.profile?.firstName,
19061
- lastName: user.profile?.lastName,
19060
+ firstName: user.profile.firstName,
19061
+ lastName: user.profile.lastName,
19062
19062
  callbackUrl: callback.urlTemplate.replace(callback.tokenPlaceholder, token),
19063
19063
  },
19064
19064
  });