mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
add a message for domain query with missing access token
This commit is contained in:
parent
85aa0c34fb
commit
f07a8fd672
1 changed files with 5 additions and 1 deletions
|
@ -92,7 +92,11 @@ $(document).ready(function(){
|
||||||
if (Settings.initialValues.metaverse["access-token"]) {
|
if (Settings.initialValues.metaverse["access-token"]) {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
bootbox.alert({
|
||||||
|
message: "You must have an access token to query your High Fidelity domains.<br><br>" +
|
||||||
|
"Please follow the instructions on the settings page to add an access token.",
|
||||||
|
title: "Access token required"
|
||||||
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue