mirror of https://github.com/node-red/node-red.git
Update packages/node_modules/@node-red/runtime/lib/nodes/credentials.js
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>pull/3498/head
parent
a1f5cabbba
commit
b7b604aed4
|
@ -241,7 +241,7 @@ var api = module.exports = {
|
|||
} else {
|
||||
if (encryptionEnabled) {
|
||||
// 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;
|
||||
} else {
|
||||
// credentialSecret is set to False
|
||||
|
|
Loading…
Reference in New Issue