forked from mystiq/hydrogen-web
mark key backup properly as disabled
This commit is contained in:
parent
02f06724d0
commit
f4bb420f35
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ export class Session {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this._keyBackup.get().dispose();
|
this._keyBackup.get().dispose();
|
||||||
this._keyBackup.set(undefined);
|
this._keyBackup.set(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue