mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[PM-23514] add send access storage location (#15523)
This commit is contained in:
@@ -155,6 +155,7 @@ export const SEND_DISK = new StateDefinition("encryptedSend", "disk", {
|
||||
export const SEND_MEMORY = new StateDefinition("decryptedSend", "memory", {
|
||||
browser: "memory-large-object",
|
||||
});
|
||||
export const SEND_ACCESS_AUTH_MEMORY = new StateDefinition("sendAccessAuth", "memory");
|
||||
|
||||
// Vault
|
||||
|
||||
|
||||
Reference in New Issue
Block a user