We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e59d29c + 1cec9f7 commit 80ba306Copy full SHA for 80ba306
1 file changed
ClearBlade.js
@@ -1206,7 +1206,7 @@ if (!window.console) {
1206
//roll through the config
1207
var conf = {};
1208
conf.userName = ClearBlade.user.authToken;
1209
- conf.password = ClearBlade.systemSecret;
+ conf.password = ClearBlade.systemKey;
1210
conf.cleanSession = options.cleanSession || true;
1211
conf.useSSL = options.useSSL || false; //up for debate. ole' perf vs sec argument
1212
conf.hosts = options.hosts || [ClearBlade.messagingURI];
0 commit comments