diff --git a/qt/osm_auth_dialog.cpp b/qt/osm_auth_dialog.cpp index a6bcda9e25..a269e7bbc0 100644 --- a/qt/osm_auth_dialog.cpp +++ b/qt/osm_auth_dialog.cpp @@ -103,7 +103,7 @@ void OsmAuthDialog::OnAction() } // TODO(AlexZ): Change to production server. - OsmOAuth auth = osm::OsmOAuth::DevServerAuth(); + OsmOAuth auth = osm::OsmOAuth::IZServerAuth(); OsmOAuth::AuthResult const res = auth.AuthorizePassword(login, password); if (res != OsmOAuth::AuthResult::OK) {