Skip to content

Commit

Permalink
feat: update SigninItem struct to add CustomCss field (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
booscaaa authored Oct 10, 2024
1 parent 2732198 commit c565e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions casdoorsdk/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ type SigninItem struct {
Name string `json:"name"`
Visible bool `json:"visible"`
Label string `json:"label"`
CustomCss string `json:"customCss"`
Placeholder string `json:"placeholder"`
Rule string `json:"rule"`
IsCustom bool `json:"isCustom"`
Expand Down

0 comments on commit c565e4c

Please sign in to comment.