put in fixed error in appsetting.cs does not have other key
This commit is contained in:
@@ -146,7 +146,7 @@ public class UserServiceRepository : IUserService
|
||||
AuthenticateResponse retval = null;
|
||||
string error = "user name is not in DB or user Name profile is not generic";
|
||||
int statuscode = 0;
|
||||
string webAPIUrl = _appSettings.LoginWebAPI;
|
||||
string webAPIUrl = "_appSettings.LoginWebAPI";
|
||||
//KCO, D204KCO
|
||||
//now check the adminuser table
|
||||
//ward clerk
|
||||
|
||||
Reference in New Issue
Block a user