mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
Merge branch 'main' into permission_model
This commit is contained in:
commit
9f80026c83
@ -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
|
||||
|
||||
|
@ -17,6 +17,8 @@ const App = () => {
|
||||
console.log("reloaded user", localUser);
|
||||
}
|
||||
}
|
||||
|
||||
checkUserData()
|
||||
|
||||
document.addEventListener('storage', checkUserData)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user