@tomei/sso 0.26.7 → 0.26.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomei/sso",
3
- "version": "0.26.7",
3
+ "version": "0.26.8",
4
4
  "description": "Tomei SSO Package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1709,7 +1709,7 @@ export class LoginUser extends LoginUserBase {
1709
1709
  const MFAConfig = {
1710
1710
  totp: {
1711
1711
  enabled: true,
1712
- secret: secretCode,
1712
+ secret: secretCode.base32,
1713
1713
  issuer: systemCode,
1714
1714
  },
1715
1715
  sms: {