Skip to content

Commit

Permalink
Update Dodge Auth URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueion76 authored Dec 6, 2024
1 parent e69a666 commit 3c7ac9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FCAAddon/FCAClient/FiatClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down

0 comments on commit 3c7ac9a

Please sign in to comment.