1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-18 08:23:36 +00:00

[PM-23532] introduce send access guard (#15529)

* document expected auth flows
* implement send access trampoline
This commit is contained in:
✨ Audrey ✨
2025-08-08 14:28:03 -04:00
committed by GitHub
parent a75f9dc9f0
commit 6ab67e9a8f
16 changed files with 1062 additions and 2 deletions

View File

@@ -5269,6 +5269,14 @@
"downloadAttachments": {
"message": "Download attachments"
},
"sendAccessPasswordTitle": {
"message": "Enter the password to view this Send",
"description": "Title of the Send password authentication screen."
},
"sendAccessContentTitle": {
"message": "View Send",
"description": "Title of the Send view content screen."
},
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."