diff --git a/src/Core/Models/Domain/PasswordGeneratorPolicyOptions.cs b/src/Core/Models/Domain/PasswordGeneratorPolicyOptions.cs index b163f67a7..70a844fc0 100644 --- a/src/Core/Models/Domain/PasswordGeneratorPolicyOptions.cs +++ b/src/Core/Models/Domain/PasswordGeneratorPolicyOptions.cs @@ -2,7 +2,7 @@ { public class PasswordGeneratorPolicyOptions { - public string DefaultType { get; set; } + public string DefaultType { get; set; } = ""; public int MinLength { get; set; } public bool UseUppercase { get; set; } public bool UseLowercase { get; set; }