mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
fix for user domains path in domain settings
This commit is contained in:
parent
ea4c5a8900
commit
67fdfbb7f1
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ function chooseFromHighFidelityDomains(clickedButton) {
|
|||
modal_buttons["success"] = {
|
||||
label: 'Create new domain',
|
||||
callback: function() {
|
||||
window.open("https://data.highfidelity.io/users/domains", '_blank');
|
||||
window.open("https://data.highfidelity.io/user/domains", '_blank');
|
||||
}
|
||||
}
|
||||
modal_body = "<p>You do not have any domains in your High Fidelity account." +
|
||||
|
|
Loading…
Reference in a new issue