Skip to content

Commit 80ba306

Browse files
committed
Merge pull request #5 from ClearBlade/fix_messaging_connect
Realign messaging authentication with backend
2 parents e59d29c + 1cec9f7 commit 80ba306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ClearBlade.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ if (!window.console) {
12061206
//roll through the config
12071207
var conf = {};
12081208
conf.userName = ClearBlade.user.authToken;
1209-
conf.password = ClearBlade.systemSecret;
1209+
conf.password = ClearBlade.systemKey;
12101210
conf.cleanSession = options.cleanSession || true;
12111211
conf.useSSL = options.useSSL || false; //up for debate. ole' perf vs sec argument
12121212
conf.hosts = options.hosts || [ClearBlade.messagingURI];

0 commit comments

Comments
 (0)