From c0a0065472c199166d32b052dd328b0212f5b693 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 15 Jun 2017 10:34:20 -0400 Subject: Move user actions over to use redux and v4 (#6649) --- model/switch_request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model/switch_request.go') diff --git a/model/switch_request.go b/model/switch_request.go index 964f47a90..100392944 100644 --- a/model/switch_request.go +++ b/model/switch_request.go @@ -12,7 +12,7 @@ type SwitchRequest struct { CurrentService string `json:"current_service"` NewService string `json:"new_service"` Email string `json:"email"` - Password string `json:"current_password"` + Password string `json:"password"` NewPassword string `json:"new_password"` MfaCode string `json:"mfa_code"` LdapId string `json:"ldap_id"` -- cgit v1.2.3-1-g7c22