1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00
This commit is contained in:
Richard Lewis
2018-11-05 16:02:30 +00:00
committed by Bruno Windels
parent dbb6d8ac71
commit b0d0782a72

View File

@@ -288,7 +288,7 @@ MatrixBaseApis.prototype.loginWithPassword = function(user, password, callback)
};
}
if(callback) {
if (callback) {
callback(error, response);
}
});