diff --git a/Assets/Stash/Scripts/Core/StashCustomLogin.cs b/Assets/Stash/Scripts/Core/StashCustomLogin.cs index 35db36d..a50bb2b 100644 --- a/Assets/Stash/Scripts/Core/StashCustomLogin.cs +++ b/Assets/Stash/Scripts/Core/StashCustomLogin.cs @@ -216,7 +216,7 @@ public static async Task 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));