summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/routers/vault/models/vault/identity.js2
1 files changed, 1 insertions, 1 deletions
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: {