We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99b715 commit 0b2e47eCopy full SHA for 0b2e47e
internal/build/build.go
@@ -83,7 +83,7 @@ func JetpackAPIHost() string {
83
84
func SuccessRedirect() string {
85
if IsDev {
86
- return "https://auth.jetpack.dev/account/login/success"
+ return "https://auth.dev-jetify.com/account/login/success"
87
}
88
return "https://auth.jetify.com/account/login/success"
89
0 commit comments