RubyGems
npm
Organizations
Log in
Sign up
npm
@tomei/sso
Versions diffs
0.26.8 → 0.26.9
Page 3
@tomei/sso 0.26.8 → 0.26.9
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
package/dist/src/components/login-user/login-user.js
+1
-1
package/dist/src/components/login-user/login-user.js.map
+1
-1
package/dist/tsconfig.tsbuildinfo
+1
-1
package/package.json
+1
-1
package/src/components/login-user/login-user.ts
+1
-1
package/package.json
CHANGED
Viewed
@@ -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": {
package/src/components/login-user/login-user.ts
CHANGED
Viewed
@@ -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: {
« First
‹ Prev
1
2
3