[MM-64358] don't save unneeded custom profile attributes (#8971)

* send only needed changes, take saml into account

* adhere to naming conventions

* fix tests

* address review comments
This commit is contained in:
Guillermo Vayá
2025-07-02 17:49:55 +02:00
committed by GitHub
parent 6bdcf2be49
commit 7891079a61
6 changed files with 519 additions and 26 deletions

View File

@@ -22,6 +22,7 @@ type CustomProfileField = {
/** any extra properties of the field **/
attrs?: {
sort_order?: number;
saml?: string;
[key: string]: unknown;
};