adamsaghy commented on code in PR #4825: URL: https://github.com/apache/fineract/pull/4825#discussion_r2259540922
########## fineract-provider/src/test/resources/application-test.properties: ########## @@ -20,6 +20,8 @@ fineract.node-id=1 fineract.security.basicauth.enabled=true +fineract.geolocation.enabled=false +fineract.security.two-factor.enabled=false Review Comment: @JohnAlva Seems there is a bug here as we have `fineract.security.2fa.enabled=false` but not have `fineract.security.two-factor.enabled`, but in Fineract properties the field name is `twoFactor` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
