Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Apr 22, 2024
1 parent 94fd1fd commit 1ffcca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type PatchConfigsParams struct {
MailTLS *bool `json:"mail_tls,omitempty"`
MailUseAuth *bool `json:"mail_useauth,omitempty"`
MailUsername *string `json:"mail_username,omitempty"`
PasswordChangelertBody *string `json:"password_change_alert_body,omitempty"`
PasswordChangeAlertBody *string `json:"password_change_alert_body,omitempty"`
PasswordChangeAlertSubject *string `json:"password_change_alert_subject,omitempty"`
PasswordResetBody *string `json:"password_reset_body,omitempty"`
PasswordResetSubject *string `json:"password_reset_subject,omitempty"`
Expand Down

0 comments on commit 1ffcca9

Please sign in to comment.