Fix parsing of displayName

Currently, we only have one field for the name. The first part is
first name. The rest is last name. Obviously, this won't work in all
cases but is the best we can do for the moment.
This commit is contained in:
Girish Ramakrishnan
2024-02-06 16:43:05 +01:00
parent ce4bf7e10c
commit 8a63f0368e
7 changed files with 40 additions and 19 deletions

View File

@@ -638,4 +638,3 @@ describe('Users API', function () {
});
});
});