1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

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

This commit is contained in:
André Bispo
2022-11-16 16:46:13 +00:00
parent b4c0fba5e9
commit bb759c16ea

View File

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