@tomei/sso 0.60.3 → 0.60.4-dev.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomei/sso",
3
- "version": "0.60.3",
3
+ "version": "0.60.4-dev.1",
4
4
  "description": "Tomei SSO Package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1504,7 +1504,7 @@ export class User extends UserBase {
1504
1504
  await UserPasswordHistory.create(
1505
1505
  dbTransaction,
1506
1506
  parseInt(userId),
1507
- userData.Password,
1507
+ user._Password,
1508
1508
  );
1509
1509
  } catch (error) {
1510
1510
  throw error;