master^2
Bhaskar 2 months ago
parent 6afecc2fec
commit d8a68d01cc

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

Loading…
Cancel
Save