This website works better with JavaScript.
Home
Explore
Help
Sign In
palash
/
BMC
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
BMC: Add new property in Login Response
feature/ForgotPasswordFunctionality
Palash Biswas
2 years ago
parent
39e29011c6
commit
28b92f3ef7
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
}
}
}
Write
Preview
Loading…
Cancel
Save