Ghost/core
Daniel Lockyer e834904125
Fixed verification threshold when set to 0
no issue

- if the verification threshold is 0, `_.get(..)` becomes falsy so we
  fallback to Infinity
- this is not correct - we only want to default to Infinity if the value
  is not set
- this commit explicitly compares the config value to `undefined` and sets
  the fallback accordingly
2021-10-22 15:33:59 +02:00
..
client@4f3fd61cb3 Updated Admin to v4.19.1 2021-10-18 14:09:17 +01:00
frontend Renamed frontend/web/app to site 2021-10-21 19:54:50 +01:00
server Fixed verification threshold when set to 0 2021-10-22 15:33:59 +02:00
shared Inlined package requires to save boot time and memory 2021-10-22 09:57:59 +02:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
bridge.js Renamed frontend/web/app to site 2021-10-21 19:54:50 +01:00