mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 17:35:44 +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"]) {
|
||||
|
||||
} 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