BMC: Add new property in Login Response
This commit is contained in:
parent
39e29011c6
commit
28b92f3ef7
@ -25,5 +25,8 @@ namespace BCS.BMC.Models.TokenAuth
|
|||||||
public string profilePictureId { get; set; }
|
public string profilePictureId { get; set; }
|
||||||
public int? CompanyId { get; set; }
|
public int? CompanyId { get; set; }
|
||||||
|
|
||||||
|
public string autogeneratedPassword { get; set; }
|
||||||
|
public string currentUserType { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user