1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update packages/node_modules/@node-red/runtime/lib/nodes/credentials.js

Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
Sam Machin 2022-03-24 08:37:51 +00:00 committed by GitHub
parent a1f5cabbba
commit b7b604aed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,7 +241,7 @@ var api = module.exports = {
} else { } else {
if (encryptionEnabled) { if (encryptionEnabled) {
// Our config expects the credentials to be encrypted but the encrypted object is not found // Our config expects the credentials to be encrypted but the encrypted object is not found
log.warn(log._("nodes.credentials.encryptednotfound")) log.warn(log._("nodes.credentials.encryptedNotFound"))
credentialCache = credentials; credentialCache = credentials;
} else { } else {
// credentialSecret is set to False // credentialSecret is set to False