Skip to content

Commit

Permalink
Fix bug in detecting set credential secret (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Nov 15, 2023
1 parent d6f8448 commit 9c423b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-red/rootfs/etc/node-red/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config.adminAuth = null;
config.https = null;

// Credential secret
if (options.credentialSecret) {
if (options.credential_secret) {
config.credentialSecret = options.credential_secret;
}

Expand Down

0 comments on commit 9c423b1

Please sign in to comment.