Fixed google auth URL

This commit is contained in:
Rokuz 2017-11-20 19:01:50 +03:00 committed by Sergey Yershov
parent e09db89bc7
commit 8bb5ff57b9

View file

@ -46,7 +46,7 @@ std::string AuthenticationUrl(std::string const & socialToken,
socialTokenStr = "facebook";
break;
case User::SocialTokenType::Google:
socialTokenStr = "google";
socialTokenStr = "google-oauth2";
break;
default:
LOG(LWARNING, ("Unknown social token type"));