Updated section name

This commit is contained in:
DESKTOP-GENO133\IvanPlex 2024-02-15 19:10:38 -07:00
parent 4eeec7887a
commit c9a925f548

View File

@ -31,7 +31,7 @@ namespace CarCareTracker.Helper
}
public OpenIDConfig GetOpenIDConfig()
{
OpenIDConfig openIdConfig = _config.GetSection("OpenID").Get<OpenIDConfig>() ?? new OpenIDConfig();
OpenIDConfig openIdConfig = _config.GetSection("OpenIDConfig").Get<OpenIDConfig>() ?? new OpenIDConfig();
return openIdConfig;
}
public string GetLogoUrl()