diff --git a/editor/osm_auth.cpp b/editor/osm_auth.cpp index 57664a7621..c2a6d5ebf3 100644 --- a/editor/osm_auth.cpp +++ b/editor/osm_auth.cpp @@ -91,7 +91,11 @@ OsmOAuth::OsmOAuth(string const & consumerKey, string const & consumerSecret, // static OsmOAuth OsmOAuth::ServerAuth() noexcept { +#ifdef DEBUG + return IZServerAuth(); +#else return ProductionServerAuth(); +#elif } // static OsmOAuth OsmOAuth::ServerAuth(TKeySecret const & userKeySecret) noexcept