Browse Source

BMC: Set oldPassword in LoginResponse

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

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

Loading…
Cancel
Save