kopia lustrzana https://github.com/robinmoisson/staticrypt
fix index with correct staticrypt variable name
rodzic
8cf1ab5cd6
commit
e06d5a42fe
|
@ -1356,10 +1356,10 @@ exports.init = init;
|
|||
|
||||
const data = {
|
||||
staticrypt_config: {
|
||||
encryptedMsg,
|
||||
staticryptEncryptedMsgUniqueVariableName: encryptedMsg,
|
||||
isRememberEnabled,
|
||||
rememberDurationInDays,
|
||||
salt,
|
||||
staticryptSaltUniqueVariableName: salt,
|
||||
},
|
||||
is_remember_enabled: JSON.stringify(isRememberEnabled),
|
||||
js_staticrypt: getScriptAsString("staticrypt"),
|
||||
|
|
|
@ -382,10 +382,10 @@
|
|||
|
||||
const data = {
|
||||
staticrypt_config: {
|
||||
encryptedMsg,
|
||||
staticryptEncryptedMsgUniqueVariableName: encryptedMsg,
|
||||
isRememberEnabled,
|
||||
rememberDurationInDays,
|
||||
salt,
|
||||
staticryptSaltUniqueVariableName: salt,
|
||||
},
|
||||
is_remember_enabled: JSON.stringify(isRememberEnabled),
|
||||
js_staticrypt: getScriptAsString("staticrypt"),
|
||||
|
|
Ładowanie…
Reference in New Issue