1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

Password reprompt (#357)

This commit is contained in:
Oscar Hinton
2021-04-29 13:31:21 +02:00
committed by GitHub
parent 1eb40a4891
commit a72c8a60c1
16 changed files with 161 additions and 12 deletions

View File

@@ -147,6 +147,7 @@ export class CipherService implements CipherServiceAbstraction {
cipher.type = model.type;
cipher.collectionIds = model.collectionIds;
cipher.revisionDate = model.revisionDate;
cipher.reprompt = model.reprompt;
if (key == null && cipher.organizationId != null) {
key = await this.cryptoService.getOrgKey(cipher.organizationId);