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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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");