[task-416] [upd] plankton

This commit is contained in:
fenris 2025-10-23 13:17:10 +02:00
parent 78729c6111
commit 3c49c744b3

View file

@ -16240,11 +16240,7 @@ var lib_plankton;
"name": (data["preferred_username"] ?? null),
"label": (data["name"] ?? null),
"email": (data["email"] ?? null),
"groups": (((data["groups"] === undefined) || (data["groups"] === null))
?
null
:
data["groups"].split(",")),
"groups": (data["groups"] ?? null),
});
}
/**