1
0
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:
Shane Melton
2023-03-07 13:11:40 -08:00
parent 4d2b53c809
commit 81d5f94af8

View File

@@ -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()
{