1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

change duo_code to code (#7643)

This commit is contained in:
rr-bw
2024-01-22 13:33:45 -08:00
committed by GitHub
parent 90628f031d
commit 7ffbeb8215

View File

@@ -6,7 +6,7 @@ const mobileDesktopCallback = "bitwarden://duo-callback";
window.addEventListener("load", () => {
const client = getQsParam("client");
const code = getQsParam("duo_code");
const code = getQsParam("code");
if (client === "browser" || client === "web") {
const channel = new BroadcastChannel("duoResult");