Skip to content

Commit 50e95b0

Browse files
authored
Update auth.go (#84)
1 parent 774ec28 commit 50e95b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/auth.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import (
4242
const clientID = "2VC9z0ZxtzTcQLDNygeEELV3lYFRZwpb"
4343
const callbackURL = "http://localhost:21900/oauth/callback"
4444
const domain = "auth.meroxa.io"
45-
const audience = "https://api.tjl.dev.meroxa.io/v1"
45+
const audience = "https://api.meroxa.io/v1"
4646

4747
var loginCmd = &cobra.Command{
4848
Use: "login",

0 commit comments

Comments
 (0)