Skip to content

Commit 0b2e47e

Browse files
authored
[auth | dev] use new dev auth url (#2349)
## Summary ## How was it tested? `devbox auth login` with compiled devbox worked without ending up at error page
1 parent f99b715 commit 0b2e47e

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)