mirror of
https://github.com/bitwarden/mobile
synced 2026-01-10 04:23:21 +00:00
[AC-1070] Add EnforceOnLogin property to MasterPasswordPolicyOptions
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
public bool RequireLower { get; set; }
|
||||
public bool RequireNumbers { get; set; }
|
||||
public bool RequireSpecial { get; set; }
|
||||
public bool EnforceOnLogin { get; set; }
|
||||
|
||||
public bool InEffect()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user