diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-10 00:10:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-10 00:10:50 -0300 |
commit | a8aef9daf726a106f5f91d9b6bb33752342d56e0 (patch) | |
tree | 8fc6d72089b4e8b04d342b76d72a891d9b71c8b5 /src | |
parent | e357c0caeaad6f4daabd3be49e222ef521b2707c (diff) | |
download | api-a8aef9daf726a106f5f91d9b6bb33752342d56e0.tar.gz api-a8aef9daf726a106f5f91d9b6bb33752342d56e0.tar.bz2 api-a8aef9daf726a106f5f91d9b6bb33752342d56e0.tar.xz api-a8aef9daf726a106f5f91d9b6bb33752342d56e0.zip |
Ooops, my bad, it is actually 32 bytesgithub/fork/pazkero/totp
Diffstat (limited to 'src')
-rw-r--r-- | src/routers/vault/models/vault/identity.js | 2 |
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: { |