BMC: Add new property in Login Response

This commit is contained in:
Palash Biswas 2023-01-25 18:06:58 +05:30
parent 39e29011c6
commit 28b92f3ef7

View File

@ -25,5 +25,8 @@ namespace BCS.BMC.Models.TokenAuth
public string profilePictureId { get; set; }
public int? CompanyId { get; set; }
public string autogeneratedPassword { get; set; }
public string currentUserType { get; set; }
}
}