Skip to content

Commit 0f270c9

Browse files
committed
Windows installer: Login and signup against real server
1 parent 8bff269 commit 0f270c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/windows/installer/WiXBalExtension/wixstdba/WixStandardBootstrapperApplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3742,7 +3742,7 @@ BOOL REST_SignInOrRegister(
37423742
char *path = fSignIn ? "/api/v1/private/login"
37433743
: "/api/v1/private/register";
37443744

3745-
if (POSTRequest("rest-accounts.meteor.com", path, pMBFormData, &pMBDataResponse))
3745+
if (POSTRequest("www.meteor.com", path, pMBFormData, &pMBDataResponse))
37463746
{
37473747
JSONValue *JSONResponse = JSON::Parse(pMBDataResponse);
37483748
if (JSONResponse != NULL)

0 commit comments

Comments
 (0)