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

View File

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