Skip to content

Commit 4615139

Browse files
committed
changed the password in the sample chat
1 parent 4789d35 commit 4615139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/chat/js/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Login.prototype.setListeners = function(){
142142

143143
var user = {
144144
login: userLogin,
145-
password: 'webAppPass',
145+
password: 'quickblox',
146146
full_name: userName
147147
};
148148

0 commit comments

Comments
 (0)