From 22c329137a93c8ca1208e8728e5fa8cd0a3515c9 Mon Sep 17 00:00:00 2001 From: Bart738 <60965950+Bart738@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:07:51 -0400 Subject: [PATCH] Update FiatClient.cs --- FiatAddon/FiatClient/FiatClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FiatAddon/FiatClient/FiatClient.cs b/FiatAddon/FiatClient/FiatClient.cs index a64a89f..b970132 100644 --- a/FiatAddon/FiatClient/FiatClient.cs +++ b/FiatAddon/FiatClient/FiatClient.cs @@ -332,8 +332,8 @@ public FiatClient(string user, string password, FcaBrand brand = FcaBrand.Fiat, _loginUrl = "https://login-us.ramtrucks.com"; _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 + _authApiKey = "fNQO6NjR1N6W0E5A6sTzR3YY4JGbuPv48Nj9aZci"; + _authUrl = "https://mfa.fcl-02.fcagcv.com"; _awsEndpoint = RegionEndpoint.USEast1; _locale = "en_us"; }