feat: customer auth via email

This commit is contained in:
Rafael Taranto 2023-11-28 17:36:29 +00:00
parent 92a3f16c80
commit ab304093f3
22 changed files with 252 additions and 27 deletions

View file

@ -25,9 +25,9 @@ const CustomersList = ({
const elements = [
{
header: 'Phone',
header: 'Phone/email',
width: 199,
view: it => getFormattedPhone(it.phone, locale.country)
view: it => `${getFormattedPhone(it.phone, locale.country)} ${it.email}`
},
{
header: 'Name',