mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
change duo_code to code (#7643)
This commit is contained in:
@@ -6,7 +6,7 @@ const mobileDesktopCallback = "bitwarden://duo-callback";
|
|||||||
|
|
||||||
window.addEventListener("load", () => {
|
window.addEventListener("load", () => {
|
||||||
const client = getQsParam("client");
|
const client = getQsParam("client");
|
||||||
const code = getQsParam("duo_code");
|
const code = getQsParam("code");
|
||||||
|
|
||||||
if (client === "browser" || client === "web") {
|
if (client === "browser" || client === "web") {
|
||||||
const channel = new BroadcastChannel("duoResult");
|
const channel = new BroadcastChannel("duoResult");
|
||||||
|
|||||||
Reference in New Issue
Block a user