mark as not configured yet when re-enabling key backup

This commit is contained in:
Bruno Windels 2022-02-01 11:32:53 +01:00
parent f4bb420f35
commit f4fa013ebc
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ export class Session {
}
if (this._keyBackup.get()) {
this._keyBackup.get().dispose();
this._keyBackup.set(undefined);
this._keyBackup.set(null);
}
const key = await ssssKeyFromCredential(type, credential, this._storage, this._platform, this._olm);
// and create key backup, which needs to read from accountData