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