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:
@@ -109,7 +109,7 @@ namespace Bit.App.Utilities.AccountManagement
|
||||
}
|
||||
else
|
||||
{
|
||||
_accountsManagerHost.Navigate(NavigationTarget.HomeLogin);
|
||||
_accountsManagerHost.Navigate(NavigationTarget.HomeLogin, new HomeNavigationParams(false));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user