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:
@@ -330,6 +330,7 @@ export class ViewV2Component {
|
||||
const tab = await BrowserApi.getTab(senderTabId);
|
||||
await sendExtensionMessage("bgHandleReprompt", {
|
||||
tab,
|
||||
cipherId: cipher.id,
|
||||
success: repromptSuccess,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user