@tomei/sso 0.26.8 → 0.26.9

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.26.8",
3
+ "version": "0.26.9",
4
4
  "description": "Tomei SSO Package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1790,7 +1790,7 @@ export class LoginUser extends LoginUserBase {
1790
1790
 
1791
1791
  await LoginUser._Repository.update(
1792
1792
  {
1793
- MFAEnabled: user.MFAEnabled,
1793
+ MFAEnabled: 1,
1794
1794
  },
1795
1795
  {
1796
1796
  where: {