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 514cddd commit 47f2178Copy full SHA for 47f2178
internal/build/build.go
@@ -85,7 +85,7 @@ func SuccessRedirect() string {
85
if IsDev {
86
return "https://auth.jetpack.dev/account/login/success"
87
}
88
- return "https://auth.jetpack.io/account/login/success"
+ return "https://auth.jetify.com/account/login/success"
89
90
91
func Audience() []string {
0 commit comments