fix(admin auth): added in role change for v1

This commit is contained in:
2025-03-30 10:10:01 -05:00
parent 11e5cf4d86
commit f9096b54f5
3 changed files with 59 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ export const userFormOptions = (user: any) => {
username: user.username,
password: "",
email: user.email,
role: user.role,
//hobbies: [],
},
// } as Person,