Listen to Window Load (#7506)
This commit is contained in:
parent
36b2d8b6b2
commit
b98af7f05d
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue