You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Linting.
This commit is contained in:
@@ -288,7 +288,7 @@ MatrixBaseApis.prototype.loginWithPassword = function(user, password, callback)
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if(callback) {
|
if (callback) {
|
||||||
callback(error, response);
|
callback(error, response);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user