Skip to content

Commit

Permalink
Add show as button field to connection
Browse files Browse the repository at this point in the history
  • Loading branch information
hazanosher committed Mar 18, 2021
1 parent e87b9ce commit decc53c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions management/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ type Connection struct {
// True if the connection is domain level
IsDomainConnection *bool `json:"is_domain_connection,omitempty"`

// True to display a button for the connection in the login page
ShowAsButton *bool `json:"show_as_button,omitempty"`

// Options for validation.
Options interface{} `json:"-"`

Expand Down

0 comments on commit decc53c

Please sign in to comment.