Fixed AddServer Process

This commit is contained in:
TheJoKlLa 2021-09-21 23:20:07 +02:00
parent eea1cc47aa
commit 4822373d28
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ namespace Borepin.PageModel.AddServerProcess
public override void OnNavigatedTo(INavigationParameters parameters) public override void OnNavigatedTo(INavigationParameters parameters)
{ {
IsBusy = false;
} }
#endregion #endregion
} }

View File

@ -68,7 +68,7 @@ namespace Borepin.PageModel.AddServerProcess
connection_update.Username = Username; connection_update.Username = Username;
await _BFFHService.Authenticate(connection_update, Password).ConfigureAwait(false); await _BFFHService.Authenticate(connection_update, Password);
try try
{ {