Skip to content

Commit 945c761

Browse files
Akash-Patilmohammed786
authored andcommitted
Completed set theme and updated get theme commands
Fixed Delete Domain issue and updated message for domain commands
1 parent bba6140 commit 945c761

2 files changed

Lines changed: 1 addition & 113 deletions

File tree

cmd/set/theme/theme.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ func updateCalls() error {
163163
}
164164
customJSAuth.CustomJS = append(customJSAuth.CustomJS, cjs)
165165
customJSProf.CustomJS = append(customJSProf.CustomJS, cjs)
166+
166167
customJSAuth.PageType = "Auth"
167168
body1, _ := json.Marshal(customJSAuth)
168169
_, err := request.Rest(http.MethodPost, update, nil, string(body1))

0 commit comments

Comments
 (0)