@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/esm/index.js CHANGED
@@ -18975,7 +18975,7 @@ let PasswordHashingProvider = class PasswordHashingProvider {
18975
18975
  constructor(hashing) {
18976
18976
  this.hashing = hashing;
18977
18977
  this.buildUserSalt = (input) => {
18978
- return `${input.salt}${input.userId}`;
18978
+ return `${input.salt}`;
18979
18979
  };
18980
18980
  }
18981
18981
  async hashPassword(input) {