mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
initial commit of ownership banner (#1210)
This commit is contained in:
@@ -267,6 +267,7 @@ namespace Bit.App.Pages
|
||||
public bool ShowCollections => (!EditMode || CloneMode) && Cipher.OrganizationId != null;
|
||||
public bool EditMode => !string.IsNullOrWhiteSpace(CipherId);
|
||||
public bool ShowOwnershipOptions => !EditMode || CloneMode;
|
||||
public bool OwnershipPolicyInEffect => ShowOwnershipOptions && !AllowPersonal;
|
||||
public bool CloneMode { get; set; }
|
||||
public ViewPage ViewPage { get; set; }
|
||||
public bool IsLogin => Cipher?.Type == CipherType.Login;
|
||||
|
||||
Reference in New Issue
Block a user