feat: customer auth via email
This commit is contained in:
parent
92a3f16c80
commit
ab304093f3
22 changed files with 252 additions and 27 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue