This commit is contained in:
Paul Schneider 2026-02-14 17:52:01 +00:00
commit f17202e3bb
4 changed files with 20 additions and 13 deletions

View file

@ -40,7 +40,7 @@ namespace cli.Commands
});
loginCommand.OnExecute(async () =>
{
string? authUrl = Program.AppConfiguration.GetValue<String>("ConnectionSettings:ServerApi:Authority");
string? authHostName = Program.AppConfiguration.GetRequiredSection("ConnectionSettings:ServerApi")["Authority"];
throw new NotImplementedException();
/*