Move user actions over to use redux and v4 (#6649)

Этот коммит содержится в:
Joram Wilander
2017-06-15 10:34:20 -04:00
коммит произвёл Harrison Healey
родитель 0c04c5334f
Коммит c0a0065472
11 изменённых файлов: 174 добавлений и 221 удалений

Просмотреть файл

@@ -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"`