diff --git a/src/models/account.ts b/src/models/account.ts index 8544fffd96..9bbbe19436 100644 --- a/src/models/account.ts +++ b/src/models/account.ts @@ -21,12 +21,4 @@ export class Account extends BaseAccount { this.sendType = init.sendType ?? new BrowserComponentState(); } - - reset() { - super.reset(); - this.groupings = new BrowserGroupingsComponentState(); - this.send = new BrowserSendComponentState(); - this.ciphers = new BrowserComponentState(); - this.sendType = new BrowserComponentState(); - } }