@punks/backend-entity-manager 0.0.418 → 0.0.419

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
@@ -23879,7 +23879,7 @@ exports.AuthenticationService = class AuthenticationService {
23879
23879
  await this.userPasswordChangeHandler.execute(input);
23880
23880
  }
23881
23881
  async userPasswordResetFinalize(input) {
23882
- await this.userPasswordResetFinalizeHandler.execute(input);
23882
+ return await this.userPasswordResetFinalizeHandler.execute(input);
23883
23883
  }
23884
23884
  async userPasswordResetRequest(input) {
23885
23885
  return await this.userPasswordResetRequestHandler.execute(input);