mirror of
https://github.com/openziti/zrok.git
synced 2024-12-23 07:09:12 +01:00
corrected 'environments.json' path in regenerate token dialog
This commit is contained in:
parent
3732ba23f7
commit
88eb7a40de
@ -1,5 +1,9 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v0.4.26
|
||||
|
||||
FIX: The regenerate account token dialog incorrectly specified the path `${HOME}/.zrok/environments.yml`. This was corrected to be `${HOME}/.zrok/environments.json`
|
||||
|
||||
## v0.4.25
|
||||
|
||||
FEATURE: New action in the web console that allows changing the password of the logged-in account (https://github.com/openziti/zrok/issues/148)
|
||||
|
@ -49,7 +49,7 @@ const RegenerateToken = (props) => {
|
||||
</p>
|
||||
<p>
|
||||
You will need to update each of
|
||||
your <code> ${HOME}/.zrok/environments.yml</code> files
|
||||
your <code> ${HOME}/.zrok/environments.json</code> files
|
||||
with your new token to allow them to continue working!
|
||||
</p>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user