mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 15:21:45 +01:00
Fixed AddServer Process
This commit is contained in:
parent
eea1cc47aa
commit
4822373d28
@ -50,7 +50,7 @@ namespace Borepin.PageModel.AddServerProcess
|
|||||||
|
|
||||||
public override void OnNavigatedTo(INavigationParameters parameters)
|
public override void OnNavigatedTo(INavigationParameters parameters)
|
||||||
{
|
{
|
||||||
|
IsBusy = false;
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user