Skip to content

Commit

Permalink
fix(go): use const instead of hard code value for auth0 realm
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelVallenet committed May 23, 2023
1 parent 11186a7 commit e035c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/pkg/pwsso/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ func NewOpts() Opts {
return Opts{
Pubkey: "",
ClientID: testingClientID,
Realm: testingRealm,
ClientSecret: "",
Realm: "dev-5ccwzy8qtcsjsnpf.us.auth0.com",
TokenFile: "default",
AllowUnsafe: false,
Logger: zap.NewNop(),
Expand Down

0 comments on commit e035c16

Please sign in to comment.