diff --git a/libs/common/src/services/passwordGeneration.service.ts b/libs/common/src/services/passwordGeneration.service.ts index c752fcd98b5..f9e8836a28b 100644 --- a/libs/common/src/services/passwordGeneration.service.ts +++ b/libs/common/src/services/passwordGeneration.service.ts @@ -380,6 +380,7 @@ export class PasswordGenerationService implements PasswordGenerationServiceAbstr } const newHistory = await this.encryptHistory(currentHistory); + await this.stateService.setDecryptedPasswordGenerationHistory(currentHistory); return await this.stateService.setEncryptedPasswordGenerationHistory(newHistory); }