Skip to content

Commit

Permalink
made userid optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Jan 15, 2024
1 parent a1a2c69 commit d263115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion api/v1alpha1/usersignup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ type PropagatedClaims struct {
Sub string `json:"sub"`

// UserID contains the value of the 'user_id' claim
UserID string `json:"userID"`
// +optional
UserID string `json:"userID,omitempty"`

// AccountID contains the value of the 'account_id' claim
// +optional
Expand Down
3 changes: 1 addition & 2 deletions api/v1alpha1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d263115

Please sign in to comment.