Skip to content

Commit

Permalink
[CLOUDTRUST-4785] Dispatch theme value in 4 specific JSON keys
Browse files Browse the repository at this point in the history
  • Loading branch information
fperot74 authored Mar 2, 2023
1 parent 90c0948 commit fd505d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configuration/dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ type RealmAdminConfiguration struct {
Mode *string `json:"mode"`
AvailableChecks map[string]bool `json:"available-checks,omitempty"`
SelfRegisterEnabled *bool `json:"self_register_enabled"`
Theme *string `json:"theme,omitempty"`
RegisterTheme *string `json:"register_theme,omitempty"`
SseTheme *string `json:"sse_theme,omitempty"`
BoTheme *string `json:"bo_theme,omitempty"`
SignerTheme *string `json:"signer_theme,omitempty"`
NeedVerifiedContact *bool `json:"need_verified_contact,omitempty"`
ConsentRequiredSocial *bool `json:"consent_required,omitempty"`
ConsentRequiredCorporate *bool `json:"consent_required_corp,omitempty"`
Expand Down

0 comments on commit fd505d6

Please sign in to comment.