mirror of
https://github.com/bitwarden/server
synced 2025-12-25 04:33:26 +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:
@@ -15,7 +15,7 @@
|
||||
"internalSso": null
|
||||
},
|
||||
"captcha": {
|
||||
"maximumFailedLoginAttempts": null
|
||||
"maximumFailedLoginAttempts": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user