summaryrefslogtreecommitdiffstats
path: root/model/switch_request.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/switch_request.go')
-rw-r--r--model/switch_request.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/switch_request.go b/model/switch_request.go
index e153c92f4..2a522f492 100644
--- a/model/switch_request.go
+++ b/model/switch_request.go
@@ -15,7 +15,7 @@ type SwitchRequest struct {
Password string `json:"password"`
NewPassword string `json:"new_password"`
MfaCode string `json:"mfa_code"`
- LdapId string `json:"ldap_id"`
+ LdapLoginId string `json:"ldap_id"`
}
func (o *SwitchRequest) ToJson() string {