Add better navigation

This commit is contained in:
Robert Long
2021-07-30 14:29:08 -07:00
parent c2d7156033
commit 4f599dcb7b
5 changed files with 27 additions and 1 deletions

View File

@@ -94,6 +94,10 @@ export class ConferenceCallManager extends EventEmitter {
}
}
static logout() {
localStorage.removeItem("matrix-auth-store");
}
static async register(homeserverUrl, username, password) {
try {
const registrationClient = matrixcs.createClient(homeserverUrl);