Browse Source

BMC: Add new property in Login Response

feature/ForgotPasswordFunctionality
Palash Biswas 2 years ago
parent
commit
28b92f3ef7
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      BCS.BMC/src/BCS.BMC.Web.Core/Models/TokenAuth/LoginOrRegisterResponseMessageModel.cs

+ 3
- 0
BCS.BMC/src/BCS.BMC.Web.Core/Models/TokenAuth/LoginOrRegisterResponseMessageModel.cs 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; }
}
}

Loading…
Cancel
Save