Add explaining comment

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-07-30 14:11:00 +05:30
parent 72fb7f679b
commit 46b7d9a373

View file

@ -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");
}
}