1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-16 00:24:52 +00:00

[PM-24978] Corrupt Attachment Keys (#17790)

* display translated content for attachments that cannot be downloaded

* consume decryption failure from the sdk for attachments

* add decryption errors from sdk

* only show fix attachment issues for when key is null and it does not have a decryption failure

* separate decryption failure state in view
This commit is contained in:
Nick Krantz
2026-02-11 10:31:38 -06:00
committed by GitHub
parent 3f3fc6f984
commit f20686cdf4
12 changed files with 140 additions and 62 deletions

View File

@@ -12582,6 +12582,9 @@
"confirmNoSelectedCriticalApplicationsDesc": {
"message": "Are you sure you want to continue?"
},
"errorCannotDecrypt": {
"message": "Error: Cannot decrypt"
},
"userVerificationFailed": {
"message": "User verification failed."
},