diff --git a/src/matrix/LoginMethod.js b/src/matrix/LoginMethod.js index 9ec51a90..2dbab85e 100644 --- a/src/matrix/LoginMethod.js +++ b/src/matrix/LoginMethod.js @@ -22,6 +22,10 @@ export class LoginMethod { // eslint-disable-next-line no-unused-vars async login(hsApi, deviceName) { + /* + Regardless of the login method, SessionContainer.startWithLogin() + can do SomeLoginMethod.login() + */ throw("Not Implemented"); } }