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
1 changed files with 1 additions and 1 deletions

View File

@ -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