Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns committed Nov 29, 2023
1 parent eee7983 commit 279c318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ClientManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { loginWithPassword, createFromToken, registerWithPassword } from "./auth
import { readValue, storeValue } from "./storage";
import { MatrixCrypto } from "./MatrixCrypto";
import { SimpleObservable } from "./external/SimpleObservable";
import { HttpApiError, MatrixError } from "matrix-js-sdk/lib";
import { HttpApiEvent, MatrixError } from "matrix-js-sdk/lib";
import { toasts } from "svelte-toasts";
import router from 'page';
import { getLogger } from "log4js";
Expand Down Expand Up @@ -468,7 +468,7 @@ export class ClientManager {
// try {
// await logoutOidc();
// } catch (e) {
// // it might be that it isn't intialised
// // it might be that it isn't initialised
// }
this.userId = '';
this.keyBackupPassphrase = '';
Expand Down

0 comments on commit 279c318

Please sign in to comment.