Skip to content

Commit 47f2178

Browse files
authored
[auth] Change success redirect url (#1954)
## Summary TSIA ## How was it tested?
1 parent 514cddd commit 47f2178

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
@@ -85,7 +85,7 @@ func SuccessRedirect() string {
8585
if IsDev {
8686
return "https://auth.jetpack.dev/account/login/success"
8787
}
88-
return "https://auth.jetpack.io/account/login/success"
88+
return "https://auth.jetify.com/account/login/success"
8989
}
9090

9191
func Audience() []string {

0 commit comments

Comments
 (0)