mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Update interface/src/ui/DialogsManager.cpp
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
af34536a09
commit
856e1f1ca3
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ void DialogsManager::showDomainLoginDialog() {
|
|||
static const QString WP_OAUTH2_SERVER_URL = "authentication_oauth2_url_base";
|
||||
|
||||
if (!settingsObject.contains(WP_OAUTH2_SERVER_URL)) {
|
||||
qDebug() << "Cannot log in to domain because an OAuth2 authorization was required but no authorization server was given.";
|
||||
qDebug() << "Cannot log in to domain because an OAuth2 authorization was required but no authorization server was specified.";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue