mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 06:13:21 +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
|
else
|
||||||
{
|
{
|
||||||
_accountsManagerHost.Navigate(NavigationTarget.HomeLogin);
|
_accountsManagerHost.Navigate(NavigationTarget.HomeLogin, new HomeNavigationParams(false));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user