fix: remove session secret salt
This commit is contained in:
parent
5c68772b46
commit
254f4d83b4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const getSecret = () => {
|
|||
return hkdf(
|
||||
mnemonicHelpers.toEntropyBuffer(mnemonic),
|
||||
16,
|
||||
{ salt: 'lamassu-server-salt', info: 'operator-id' }
|
||||
{ info: 'operator-id' }
|
||||
).toString('hex')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue