mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
[Captcha] BUG Add null checks | Make ceiling default to zero (#1903)
* [Captcha] BUG Add null checks | Make ceiling default to zero * Formatting
This commit is contained in:
@@ -463,7 +463,7 @@ namespace Bit.Core.Settings
|
||||
public bool ForceCaptchaRequired { get; set; } = false;
|
||||
public string HCaptchaSecretKey { get; set; }
|
||||
public string HCaptchaSiteKey { get; set; }
|
||||
public int? MaximumFailedLoginAttempts { get; set; }
|
||||
public int MaximumFailedLoginAttempts { get; set; }
|
||||
}
|
||||
|
||||
public class StripeSettings
|
||||
|
||||
Reference in New Issue
Block a user