[qt] Temporarily switched to IZ test server.

This commit is contained in:
Alex Zolotarev 2016-01-15 18:57:48 +03:00 committed by Sergey Yershov
parent e5124f89d6
commit 84bb635d59

View file

@ -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)
{