From 3c7ac9ae835801eacd0b0882d7bab9b1ee38ee1f Mon Sep 17 00:00:00 2001 From: Blueion <128919662+Blueion76@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:13:28 -0600 Subject: [PATCH] Update Dodge Auth URL Implemented https://github.com/wubbl0rz/FiatChamp/pull/64 --- FCAAddon/FCAClient/FiatClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FCAAddon/FCAClient/FiatClient.cs b/FCAAddon/FCAClient/FiatClient.cs index 334f952..7986485 100644 --- a/FCAAddon/FCAClient/FiatClient.cs +++ b/FCAAddon/FCAClient/FiatClient.cs @@ -345,7 +345,7 @@ public FiatClient(string user, string password, FcaBrand brand = FcaBrand.Fiat, _tokenUrl = "https://authz.sdpr-02.fcagcv.com/v2/cognito/identity/token"; _apiUrl = "https://channels.sdpr-02.fcagcv.com"; _authApiKey = "JWRYW7IYhW9v0RqDghQSx4UcRYRILNmc8zAuh5ys"; // UNKNOWN - _authUrl = "https://mfa.fcl-01.fcagcv.com"; // UNKNOWN + _authUrl = "https://mfa.fcl-02.fcagcv.com"; // UNKNOWN _awsEndpoint = RegionEndpoint.USEast1; _locale = "en_us"; }