Skip to content

Commit 97f4d7e

Browse files
author
Rebecca King
committed
Bug 1985331 - Ensure VPN panel opens after completing signin from IP protection feature introduction callout CTA - r=ip-protection-reviewers,omc-reviewers,aminomancer,fchasen
Differential Revision: https://phabricator.services.mozilla.com/D262702
1 parent 3a7f339 commit 97f4d7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

browser/components/asrouter/modules/FeatureCalloutMessages.sys.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,8 +1979,8 @@ const MESSAGES = () => {
19791979
{
19801980
type: "OPEN_PANEL",
19811981
data: {
1982-
widgetId: "ipprotection-button",
1983-
panelId: "PanelUI-ipprotection",
1982+
widget_id: "ipprotection-button",
1983+
panel_id: "PanelUI-ipprotection",
19841984
},
19851985
requiresPrevious: true,
19861986
},
@@ -2108,8 +2108,8 @@ const MESSAGES = () => {
21082108
{
21092109
type: "OPEN_PANEL",
21102110
data: {
2111-
widgetId: "ipprotection-button",
2112-
panelId: "PanelUI-ipprotection",
2111+
widget_id: "ipprotection-button",
2112+
panel_id: "PanelUI-ipprotection",
21132113
},
21142114
requiresPrevious: true,
21152115
},

0 commit comments

Comments
 (0)