From 84bb635d59ecc5afbf350908076b30e2b144ae3b Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 15 Jan 2016 18:57:48 +0300 Subject: [PATCH] [qt] Temporarily switched to IZ test server. --- qt/osm_auth_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {