1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Listen to Window Load (#7506)

This commit is contained in:
Justin Baur
2024-01-16 09:39:52 -05:00
committed by GitHub
parent 36b2d8b6b2
commit b98af7f05d

View File

@@ -2,7 +2,7 @@
require("./sso.scss");
document.addEventListener("DOMContentLoaded", () => {
window.addEventListener("load", () => {
const code = getQsParam("code");
const state = getQsParam("state");
const lastpass = getQsParam("lp");