1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-10 04:23:21 +00:00

[PM-3086] Account switcher endpoint use domain string for Bitwarden production environments (#2773)

This commit is contained in:
André Bispo
2023-09-19 10:35:37 +01:00
committed by GitHub
parent 11922c6f49
commit 43bf0fbdb3
2 changed files with 15 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ namespace Bit.App.Controls
public bool ShowHostname
{
get => !string.IsNullOrWhiteSpace(AccountView.Hostname) && AccountView.Hostname != "vault.bitwarden.com";
get => !string.IsNullOrWhiteSpace(AccountView.Hostname);
}
public bool IsActive