Merge branch 'main' of bitbucket.org:bharatconsumer/erp_be

This commit is contained in:
VENBA_NEW_SERVER 2026-07-28 07:18:50 +00:00
commit e05bfbb537

View File

@ -3,10 +3,12 @@ const TEMPLATE_CODES = {
FORGOT_PASSWORD: 'FORGOT_PASSWORD',
};
const CHANNELS = {
EMAIL: 'EMAIL',
};
module.exports = {
TEMPLATE_CODES,
CHANNELS,