Skip to content

Commit

Permalink
Fix mapstructure tag for TenantIdClaim (warrant-dev#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyphu authored Apr 1, 2023
1 parent e886e4d commit 726365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type AuthConfig struct {
Provider string `mapstructure:"provider"`
PublicKey string `mapstructure:"publicKey"`
UserIdClaim string `mapstructure:"userIdClaim"`
TenantIdClaim string `mapstructure:"teantIdClaim"`
TenantIdClaim string `mapstructure:"tenantIdClaim"`
}

func NewConfig() Config {
Expand Down

0 comments on commit 726365c

Please sign in to comment.