summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-10 00:10:50 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-10 00:10:50 -0300
commita8aef9daf726a106f5f91d9b6bb33752342d56e0 (patch)
tree8fc6d72089b4e8b04d342b76d72a891d9b71c8b5
parente357c0caeaad6f4daabd3be49e222ef521b2707c (diff)
downloadapi-github/fork/pazkero/totp.tar.gz
api-github/fork/pazkero/totp.tar.bz2
api-github/fork/pazkero/totp.tar.xz
api-github/fork/pazkero/totp.zip
Ooops, my bad, it is actually 32 bytesgithub/fork/pazkero/totp
-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: {