mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +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',
|
||||
password: 'adminadmin',
|
||||
roles,
|
||||
avatar: null,
|
||||
},
|
||||
];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user