@punks/backend-entity-manager 0.0.417 → 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
@@ -23475,6 +23475,7 @@ let UserPasswordResetCompleteHandler = class UserPasswordResetCompleteHandler {
23475
23475
  }
23476
23476
  : {}),
23477
23477
  });
23478
+ return user.id;
23478
23479
  }
23479
23480
  async decodeToken(token) {
23480
23481
  return await this.jwtProvider.verify(token);
@@ -23878,7 +23879,7 @@ exports.AuthenticationService = class AuthenticationService {
23878
23879
  await this.userPasswordChangeHandler.execute(input);
23879
23880
  }
23880
23881
  async userPasswordResetFinalize(input) {
23881
- await this.userPasswordResetFinalizeHandler.execute(input);
23882
+ return await this.userPasswordResetFinalizeHandler.execute(input);
23882
23883
  }
23883
23884
  async userPasswordResetRequest(input) {
23884
23885
  return await this.userPasswordResetRequestHandler.execute(input);