From a8aef9daf726a106f5f91d9b6bb33752342d56e0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 May 2021 00:10:50 -0300 Subject: Ooops, my bad, it is actually 32 bytes --- src/routers/vault/models/vault/identity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routers/vault/models/vault/identity.js b/src/routers/vault/models/vault/identity.js index aeac081..1496ae2 100644 --- a/src/routers/vault/models/vault/identity.js +++ b/src/routers/vault/models/vault/identity.js @@ -17,7 +17,7 @@ module.exports = { allowNull: false, }, totp: { - type: Sequelize.STRING(16), + type: Sequelize.STRING(32), allowNull: true, }, pass: { -- cgit v1.2.3-60-g2f50