diff --git a/internal/build/build.go b/internal/build/build.go index 33e53d5177d..9d102c8ca81 100644 --- a/internal/build/build.go +++ b/internal/build/build.go @@ -83,7 +83,7 @@ func JetpackAPIHost() string { func SuccessRedirect() string { if IsDev { - return "https://auth.jetpack.dev/account/login/success" + return "https://auth.dev-jetify.com/account/login/success" } return "https://auth.jetify.com/account/login/success" }