@tomei/sso 0.26.7 → 0.26.8

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.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: {