[MM-53943] Remove deprecated UserAuth.Password field (#24213)

Этот коммит содержится в:
Ben Schumacher
2023-08-09 10:35:53 +02:00
коммит произвёл GitHub
родитель 8372267739
Коммит 7ecf6c0b5c
3 изменённых файлов: 0 добавлений и 7 удалений

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

@@ -183,7 +183,6 @@ func (u *UserPatch) Auditable() map[string]interface{} {
//msgp:ignore UserAuth
type UserAuth struct {
Password string `json:"password,omitempty"` // DEPRECATED: It is not used.
AuthData *string `json:"auth_data,omitempty"`
AuthService string `json:"auth_service,omitempty"`
}