Skip to content

Commit

Permalink
Update StashCustomLogin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexe committed Jul 24, 2024
1 parent 5476842 commit 0578e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Stash/Scripts/Core/StashCustomLogin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public static async Task<LinkResponse> LinkFacebook(string code, string playerId
};

// Set the URL for the link account endpoint
string requestUrl = environment.GetRootUrl() + StashConstants.LoginGooglePlayGames;
string requestUrl = environment.GetRootUrl() + StashConstants.LoginFacebook;
// Make a POST request to link the access token
Response result = await RestClient.Post(requestUrl, JsonUtility.ToJson(requestBody));

Expand Down

0 comments on commit 0578e5f

Please sign in to comment.