forked from mystiq/hydrogen-web
mark as not configured yet when re-enabling key backup
This commit is contained in:
parent
f4bb420f35
commit
f4fa013ebc
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ export class Session {
|
||||||
}
|
}
|
||||||
if (this._keyBackup.get()) {
|
if (this._keyBackup.get()) {
|
||||||
this._keyBackup.get().dispose();
|
this._keyBackup.get().dispose();
|
||||||
this._keyBackup.set(undefined);
|
this._keyBackup.set(null);
|
||||||
}
|
}
|
||||||
const key = await ssssKeyFromCredential(type, credential, this._storage, this._platform, this._olm);
|
const key = await ssssKeyFromCredential(type, credential, this._storage, this._platform, this._olm);
|
||||||
// and create key backup, which needs to read from accountData
|
// and create key backup, which needs to read from accountData
|
||||||
|
|
Loading…
Reference in a new issue