diff --git a/src/matrix/SessionContainer.js b/src/matrix/SessionContainer.js index cfc83255..4b112080 100644 --- a/src/matrix/SessionContainer.js +++ b/src/matrix/SessionContainer.js @@ -23,7 +23,7 @@ import {MediaRepository} from "./net/MediaRepository.js"; import {RequestScheduler} from "./net/RequestScheduler.js"; import {Sync, SyncStatus} from "./Sync.js"; import {Session} from "./Session.js"; -import {PasswordLoginMethod} from "./PasswordLoginMethod.js"; +import {PasswordLoginMethod} from "./login/PasswordLoginMethod.js"; export const LoadStatus = createEnum( "NotLoading", diff --git a/src/matrix/LoginMethod.js b/src/matrix/login/LoginMethod.js similarity index 100% rename from src/matrix/LoginMethod.js rename to src/matrix/login/LoginMethod.js diff --git a/src/matrix/PasswordLoginMethod.js b/src/matrix/login/PasswordLoginMethod.js similarity index 100% rename from src/matrix/PasswordLoginMethod.js rename to src/matrix/login/PasswordLoginMethod.js