1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Pass cipherId in bgHandleReprompt (#17256)

This commit is contained in:
Robyn MacCallum
2025-11-06 10:53:17 -05:00
committed by GitHub
parent 152a7ac592
commit c7da24e627

View File

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