corrected 'environments.json' path in regenerate token dialog

This commit is contained in:
Michael Quigley 2024-02-28 11:12:39 -05:00
parent 3732ba23f7
commit 88eb7a40de
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -49,7 +49,7 @@ const RegenerateToken = (props) => {
</p>
<p>
You will need to update each of
your <code> &#36;&#123;HOME&#125;/.zrok/environments.yml</code> files
your <code> &#36;&#123;HOME&#125;/.zrok/environments.json</code> files
with your new token to allow them to continue working!
</p>
<p>