1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

Pass cipherId in bgHandleReprompt (#17256)

This commit is contained in:
Robyn MacCallum
2025-11-06 10:53:17 -05:00
parent cafd24c38d
commit 0bec4cd493

View File

@@ -330,6 +330,7 @@ export class ViewV2Component {
const tab = await BrowserApi.getTab(senderTabId);
await sendExtensionMessage("bgHandleReprompt", {
tab,
cipherId: cipher.id,
success: repromptSuccess,
});