mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Password reprompt (#343)
Add support for password reprompt on cipher items
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user