forked from organicmaps/organicmaps-tmp
Use ProductionServerAuth instead of IZServcerAuth.
This commit is contained in:
parent
bab0b14adb
commit
dfcd0bed4d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue