Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorham committed Jun 28, 2023
2 parents 90fc901 + 785585d commit 79d16e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ protected Response doLogin(Response loginSessionResponse) throws IOException {

url = new HttpUrl.Builder()
.scheme("https")
.host("mdtlogin.medtronic.com")
.host("mdtlogin-ocl.medtronic.com")
.addPathSegments("mmcl/auth/oauth/v2/authorize/login")
.addQueryParameter("locale", CARELINK_LOCALE_EN)
.addQueryParameter("country", this.carelinkCountry)
Expand Down

0 comments on commit 79d16e8

Please sign in to comment.