[SG-808] Change navigation on remove account after logout by timeout (#2193)

This commit is contained in:
André Bispo 2022-11-16 12:38:45 +00:00 committed by GitHub
parent 693a4ef776
commit 8e09f0cc15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace Bit.App.Utilities.AccountManagement
}
else
{
_accountsManagerHost.Navigate(NavigationTarget.HomeLogin);
_accountsManagerHost.Navigate(NavigationTarget.HomeLogin, new HomeNavigationParams(false));
}
}
}