ashok 2 months ago
commit 7cc3bb9843

@ -193,7 +193,7 @@ exports.adminLogin = async (request, reply) => {
access_token: token, access_token: token,
phone: admin.phone, phone: admin.phone,
type: admin.role, type: admin.role,
customerId: admin.customerId || null, customerId: admin.adminId || null,
username: admin.username || null, username: admin.username || null,
}, },
}; };

Loading…
Cancel
Save