fix broken encrypt in localstorage
This commit is contained in:
parent
9383d8e8d3
commit
ad40641646
4 changed files with 23 additions and 11 deletions
|
|
@ -377,6 +377,7 @@ Identity.prototype._cleanUp = function() {
|
|||
* @desc Closes the wallet and disconnects all services
|
||||
*/
|
||||
Identity.prototype.close = function() {
|
||||
|
||||
this._cleanUp();
|
||||
this.emitAndKeepAlive('closed');
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue