Skip to content

Commit 3c7ac9a

Browse files
authored
Update Dodge Auth URL
Implemented wubbl0rz/FiatChamp#64
1 parent e69a666 commit 3c7ac9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FCAAddon/FCAClient/FiatClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public FiatClient(string user, string password, FcaBrand brand = FcaBrand.Fiat,
345345
_tokenUrl = "https://authz.sdpr-02.fcagcv.com/v2/cognito/identity/token";
346346
_apiUrl = "https://channels.sdpr-02.fcagcv.com";
347347
_authApiKey = "JWRYW7IYhW9v0RqDghQSx4UcRYRILNmc8zAuh5ys"; // UNKNOWN
348-
_authUrl = "https://mfa.fcl-01.fcagcv.com"; // UNKNOWN
348+
_authUrl = "https://mfa.fcl-02.fcagcv.com"; // UNKNOWN
349349
_awsEndpoint = RegionEndpoint.USEast1;
350350
_locale = "en_us";
351351
}

0 commit comments

Comments
 (0)