1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-03 04:59:06 +02: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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