fix: Create seed user with admin role
This commit is contained in:
@@ -12,6 +12,7 @@ export async function createUser(
|
|||||||
const userParams = {
|
const userParams = {
|
||||||
email,
|
email,
|
||||||
password,
|
password,
|
||||||
|
role: 'admin',
|
||||||
};
|
};
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user