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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user