mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
print if DS is using an access token from env
This commit is contained in:
parent
64d17f101a
commit
f94fcdab7b
1 changed files with 3 additions and 0 deletions
|
@ -302,6 +302,9 @@ bool DomainServer::didSetupAccountManagerWithAccessToken() {
|
|||
<< "at keypath metaverse.access_token or in your ENV at key DOMAIN_SERVER_ACCESS_TOKEN";
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
qDebug() << "Using access token from DOMAIN_SERVER_ACCESS_TOKEN in env. This overrides any access token present"
|
||||
<< " in the user or master config.";
|
||||
}
|
||||
|
||||
// give this access token to the AccountManager
|
||||
|
|
Loading…
Reference in a new issue