mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +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", {
|
export const SEND_MEMORY = new StateDefinition("decryptedSend", "memory", {
|
||||||
browser: "memory-large-object",
|
browser: "memory-large-object",
|
||||||
});
|
});
|
||||||
|
export const SEND_ACCESS_AUTH_MEMORY = new StateDefinition("sendAccessAuth", "memory");
|
||||||
|
|
||||||
// Vault
|
// Vault
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user