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

[PM-9631] MP reprompt view items (#10291)

* MP reprompt check will run before viewing item
This commit is contained in:
Jason Ng
2024-07-29 16:08:35 -04:00
committed by GitHub
parent 2eea253dac
commit 3b668deaac
7 changed files with 28 additions and 43 deletions

View File

@@ -58,10 +58,10 @@ const CopyActions: Record<CopyAction, CopyActionInfo> = {
protected: true,
event: EventType.Cipher_ClientCopiedCardCode,
},
email: { typeI18nKey: "email", protected: false },
phone: { typeI18nKey: "phone", protected: false },
address: { typeI18nKey: "address", protected: false },
secureNote: { typeI18nKey: "note", protected: false },
email: { typeI18nKey: "email", protected: true },
phone: { typeI18nKey: "phone", protected: true },
address: { typeI18nKey: "address", protected: true },
secureNote: { typeI18nKey: "note", protected: true },
hiddenField: {
typeI18nKey: "value",
protected: true,