Merge branch 'main' into permission_model

This commit is contained in:
Michael Quigley 2024-03-07 13:39:32 -05:00
commit 9f80026c83
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,9 @@ CHANGE: Enhancements to the look and feel of the account actions tab in the web
FIX: The regenerate account token dialog incorrectly specified the path `${HOME}/.zrok/environments.yml`. This, was corrected to be `${HOME}/.zrok/environments.json`.
FIX: align zrok frontdoor examples and Linux package (`zrok-share`) with the new OAuth email flag `--oauth-email-address-patterns` introduced in v0.4.25.
FIX: Align zrok frontdoor examples and Linux package (`zrok-share`) with the new OAuth email flag `--oauth-email-address-patterns` introduced in v0.4.25.
FIX: Reloading the web console when logged in no longer provokes the user to the login page.
## v0.4.25

View File

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