fix(admin auth): added in role change for v1
This commit is contained in:
@@ -6,6 +6,7 @@ export const userFormOptions = (user: any) => {
|
||||
username: user.username,
|
||||
password: "",
|
||||
email: user.email,
|
||||
role: user.role,
|
||||
//hobbies: [],
|
||||
},
|
||||
// } as Person,
|
||||
|
||||
Reference in New Issue
Block a user