Mention that SECRET_PLACEHOLDER is also used in dashboard client.js

This commit is contained in:
Johannes Zellner
2020-05-14 23:04:08 +02:00
parent 9bdeff0a39
commit 00cff1a728
+1 -1
View File
@@ -41,7 +41,7 @@ exports = module.exports = {
AUTOUPDATE_PATTERN_NEVER: 'never',
SECRET_PLACEHOLDER: String.fromCharCode(0x25CF).repeat(8),
SECRET_PLACEHOLDER: String.fromCharCode(0x25CF).repeat(8), // also used in dashboard client.js
CLOUDRON: CLOUDRON,
TEST: TEST,