mark key backup properly as disabled

This commit is contained in:
Bruno Windels 2022-02-01 11:27:42 +01:00
parent 02f06724d0
commit f4bb420f35

View file

@ -261,7 +261,7 @@ export class Session {
}
}
this._keyBackup.get().dispose();
this._keyBackup.set(undefined);
this._keyBackup.set(null);
}
}