Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 5, 2024
1 parent 4974839 commit 5058049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ type Flow struct {
// Client is the OAuth 2.0 Client that initiated the request.
//
// required: true
Client *client.Client `db:"c" json:"client,omitempty"`
Client *client.Client `db:"-" json:"c,omitempty"`
ClientID string `db:"client_id" json:"ci,omitempty"`

// RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which
Expand Down

0 comments on commit 5058049

Please sign in to comment.