Skip to content

Commit ed746e1

Browse files
committed
[auth | dev] use new dev auth url
1 parent e040073 commit ed746e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/build/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func JetpackAPIHost() string {
8383

8484
func SuccessRedirect() string {
8585
if IsDev {
86-
return "https://auth.jetpack.dev/account/login/success"
86+
return "https://auth.dev-jetify.com/account/login/success"
8787
}
8888
return "https://auth.jetify.com/account/login/success"
8989
}

0 commit comments

Comments
 (0)