Establishment user email

This commit is contained in:
Gowtham M 2025-11-06 14:09:43 +05:30
parent 28fcfbebd4
commit 9590409213

View File

@ -144,7 +144,7 @@ exports.createEstablishment = async (req, res) => {
contact_name : establishment_user.name,
portal_url : process.env.FE_BASE_URL,
username : establishment_user.email,
Password : establishment_user.password,
password : establishment_user.password,
support_email : process.env.SUPPORT_EMAIL,
support_phone : process.env.SUPPORT_PHONE,