Compare commits

..

No commits in common. "1b54bc03ebdd05869b47f2181f8c1b07049b804e" and "65edc9485412bf2f2c0088900ab742ac89a9e98e" have entirely different histories.

View File

@ -489,10 +489,7 @@ module.exports = function(RED) {
matrixClient.login(
'm.login.password', {
identifier: {
type: 'm.id.user',
user: userId,
},
user: userId,
password: password,
initial_device_display_name: displayName
})
@ -571,4 +568,4 @@ module.exports = function(RED) {
localStorage.setItem('my_device_id', deviceId);
return true;
}
}
}