🐛(admin) add organization on user

User fields has to be listed, this one was forgotten
in the "add organization" commit...
This commit is contained in:
Quentin BEY
2024-11-25 16:06:31 +01:00
committed by BEY Quentin
parent d6f1cae9e9
commit a26e10909d
2 changed files with 5 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ class UserAdmin(auth_admin.UserAdmin):
"id",
"sub",
"password",
"organization",
)
},
),