forked from organicmaps/organicmaps-tmp
[qt] Temporarily switched to IZ test server.
This commit is contained in:
parent
e5124f89d6
commit
84bb635d59
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue