mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 22:03:27 +00:00
Fix bug with policy banner visibility (#777)
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
public class PasswordGeneratorPolicyOptions
|
public class PasswordGeneratorPolicyOptions
|
||||||
{
|
{
|
||||||
public string DefaultType { get; set; }
|
public string DefaultType { get; set; } = "";
|
||||||
public int MinLength { get; set; }
|
public int MinLength { get; set; }
|
||||||
public bool UseUppercase { get; set; }
|
public bool UseUppercase { get; set; }
|
||||||
public bool UseLowercase { get; set; }
|
public bool UseLowercase { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user