put in fixed error in appsetting.cs does not have other key

This commit is contained in:
2026-05-13 18:22:17 +10:00
parent fb751ecbc3
commit c0bc89083d
5 changed files with 46 additions and 38 deletions
@@ -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