Set display name after interactive registration
This commit is contained in:
parent
9900d661be
commit
ae50d57814
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ export function useInteractiveRegistration() {
|
|||
|
||||
setClient(client, session);
|
||||
|
||||
const user = client.getUser(client.getUserId());
|
||||
|
||||
user.setRawDisplayName(displayName);
|
||||
user.setDisplayName(displayName);
|
||||
|
||||
return client;
|
||||
},
|
||||
[]
|
||||
|
|
Loading…
Reference in a new issue