Skip to content

Commit 1ff72fa

Browse files
authored
[auth] change oauth domain (#1948)
## Summary ## How was it tested?
1 parent 8bf4dfa commit 1ff72fa

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
@@ -64,7 +64,7 @@ func Issuer() string {
6464
if IsDev {
6565
return "https://laughing-agnesi-vzh2rap9f6.projects.oryapis.com"
6666
}
67-
return "https://accounts.jetpack.io"
67+
return "https://accounts.jetify.com"
6868
}
6969

7070
func ClientID() string {

0 commit comments

Comments
 (0)