Merge branch 'main' of github.com:openziti/zrok

This commit is contained in:
Michael Quigley 2024-03-07 13:38:34 -05:00
commit 698ba19b00
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -17,6 +17,8 @@ const App = () => {
console.log("reloaded user", localUser);
}
}
checkUserData()
document.addEventListener('storage', checkUserData)