Browse Source

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

github-services/pull/2198/head
André Bispo 3 years ago committed by GitHub
parent
commit
8e09f0cc15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/App/Utilities/AccountManagement/AccountsManager.cs

2
src/App/Utilities/AccountManagement/AccountsManager.cs

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

Loading…
Cancel
Save