BMC: Set oldPassword in LoginResponse

This commit is contained in:
Palash Biswas 2023-01-31 11:26:58 +05:30
parent 28b92f3ef7
commit 692b610b65

View File

@ -27,6 +27,7 @@ namespace BCS.BMC.Models.TokenAuth
public string autogeneratedPassword { get; set; }
public string currentUserType { get; set; }
public string oldPassword { get; set; }
}
}