Fix contact creation and rename email aliases to handle aliases (#6176)

Fix contact creation (linked to #6162) and rename email aliases to
handle aliases
This commit is contained in:
bosiraphael
2024-07-09 17:49:03 +02:00
committed by GitHub
parent 881613e8a1
commit 28387003d2
11 changed files with 41 additions and 40 deletions

View File

@ -58,7 +58,7 @@ export const TwoConnectedAccounts: Story = {
provider: 'google',
accountOwnerId: '20202020-03f2-4d83-b0d5-2ec2bcee72d4',
lastSyncHistoryId: '',
emailAliases: '',
handleAliases: '',
handle: 'test.test@gmail.com',
authFailedAt: null,
},

View File

@ -59,7 +59,7 @@ export const TwoConnectedAccounts: Story = {
provider: 'google',
accountOwnerId: '20202020-03f2-4d83-b0d5-2ec2bcee72d4',
lastSyncHistoryId: '',
emailAliases: '',
handleAliases: '',
handle: 'test.test@gmail.com',
authFailedAt: null,
},