auth.disableLocalStrategy
should accept false
as a value
#9197
Labels
auth.disableLocalStrategy
should accept false
as a value
#9197
Describe the Bug
The current type definitions do not accept
disableLocalStrategy
asfalse
. This breaks scenarios such asdisableLocalStrategy: process.env.NODE_ENV === 'production'
.Link to the code that reproduces this issue
N/A
Reproduction Steps
Specify
false
as a value fordisableLocalStrategy
.Which area(s) are affected? (Select all that apply)
area: core
Environment Info
The text was updated successfully, but these errors were encountered: