diff --git a/src/matrix/login/PasswordLoginMethod.js b/src/matrix/login/PasswordLoginMethod.js index 155542a6..abe9c23d 100644 --- a/src/matrix/login/PasswordLoginMethod.js +++ b/src/matrix/login/PasswordLoginMethod.js @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -import { LoginMethod } from "./LoginMethod.js"; +import {LoginMethod} from "./LoginMethod.js"; export class PasswordLoginMethod extends LoginMethod { constructor(options) {