mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
Listen to Window Load (#7506)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user