fix: default create user approve : 2
This commit is contained in:
@@ -61,7 +61,7 @@ class UserService {
|
||||
const userData = {
|
||||
...data,
|
||||
user_password: hashedPassword,
|
||||
is_approve: 1,
|
||||
is_approve: 2,
|
||||
approved_by: creatorId,
|
||||
created_by: creatorId,
|
||||
updated_by: creatorId,
|
||||
|
||||
Reference in New Issue
Block a user