Use ProductionServerAuth instead of IZServcerAuth.

This commit is contained in:
Sergey Magidovich 2016-02-01 17:59:13 +03:00 committed by Sergey Yershov
parent bab0b14adb
commit dfcd0bed4d

View file

@ -91,8 +91,7 @@ OsmOAuth::OsmOAuth(string const & consumerKey, string const & consumerSecret,
// static
OsmOAuth OsmOAuth::ServerAuth() noexcept
{
// TODO(AlexZ): Replace with ProductionServerAuth before release.
return IZServerAuth();
return ProductionServerAuth();
}
// static
OsmOAuth OsmOAuth::ServerAuth(TKeySecret const & userKeySecret) noexcept