We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9279b commit 6f9a8a7Copy full SHA for 6f9a8a7
src/background/Wallet/Wallet.ts
@@ -306,6 +306,7 @@ export class Wallet {
306
newCredentials,
307
});
308
this.userCredentials = newCredentials;
309
+ // TODO: we need "updateWalletStore" to re-encrypt the record even if it's not changed
310
await this.updateWalletStore(this.record);
311
this.setExpirationForSeedPhraseEncryptionKey(1000 * 120);
312
}
0 commit comments