forked from organicmaps/organicmaps
Fixed google auth URL
This commit is contained in:
parent
e09db89bc7
commit
8bb5ff57b9
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue