feat: add Settings/Accounts Connected Accounts section accounts list (#2953)
Closes #2887
This commit is contained in:
6
packages/twenty-front/src/testing/mock-data/accounts.ts
Normal file
6
packages/twenty-front/src/testing/mock-data/accounts.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { Account } from '@/accounts/types/Account';
|
||||
|
||||
export const mockedAccounts: Account[] = [
|
||||
{ email: 'thomas@twenty.com', uuid: '0794b782-f52e-48c3-977e-b0f57f90de24' },
|
||||
{ email: 'thomas@twenty.dev', uuid: 'dc66a7ec-56b2-425b-a8e8-26ff0396c3aa' },
|
||||
];
|
||||
Reference in New Issue
Block a user