@punks/backend-entity-manager 0.0.40 → 0.0.41

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
@@ -18983,7 +18983,7 @@ let PasswordHashingProvider = class PasswordHashingProvider {
18983
18983
  constructor(hashing) {
18984
18984
  this.hashing = hashing;
18985
18985
  this.buildUserSalt = (input) => {
18986
- return `${input.salt}${input.userId}`;
18986
+ return `${input.salt}`;
18987
18987
  };
18988
18988
  }
18989
18989
  async hashPassword(input) {