mirror of
https://github.com/bitwarden/mobile
synced 2025-01-28 01:09:43 +01:00
[SG-808] Change navigation on remove account after logout by timeout (#2193)
This commit is contained in:
parent
693a4ef776
commit
8e09f0cc15
@ -109,7 +109,7 @@ namespace Bit.App.Utilities.AccountManagement
|
||||
}
|
||||
else
|
||||
{
|
||||
_accountsManagerHost.Navigate(NavigationTarget.HomeLogin);
|
||||
_accountsManagerHost.Navigate(NavigationTarget.HomeLogin, new HomeNavigationParams(false));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user