build
This commit is contained in:
parent
45514010f2
commit
f17202e3bb
4 changed files with 20 additions and 13 deletions
|
|
@ -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();
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue