diff --git a/src/matrix/LoginMethod.js b/src/matrix/LoginMethod.js index 0d57499e..51f3754a 100644 --- a/src/matrix/LoginMethod.js +++ b/src/matrix/LoginMethod.js @@ -4,6 +4,7 @@ export class LoginMethod { this._platform = platform; } + // eslint-disable-next-line no-unused-vars async login(hsApi, deviceName) { throw("Not Implemented"); }