Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 | 16x | import form from 'express-form' const { field } = form export default form(field('settingForm[auth:requireThirdPartyAuth]').toBoolean(), field('settingForm[auth:disablePasswordAuth]').toBoolean()) |