mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 18:45:57 +00:00
fix: update user seeds
This commit is contained in:
parent
8ab2f16c56
commit
fb4c7feadb
@ -17,6 +17,7 @@ export const userModels = (roles: string[]): UserCreateDto[] => {
|
|||||||
email: 'admin@admin.admin',
|
email: 'admin@admin.admin',
|
||||||
password: 'adminadmin',
|
password: 'adminadmin',
|
||||||
roles,
|
roles,
|
||||||
|
avatar: null,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user