forked from mystiq/hydrogen-web
Add explaining comment
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
72fb7f679b
commit
46b7d9a373
1 changed files with 4 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue