Set display name after interactive registration
This commit is contained in:
@@ -82,6 +82,11 @@ export function useInteractiveRegistration() {
|
|||||||
|
|
||||||
setClient(client, session);
|
setClient(client, session);
|
||||||
|
|
||||||
|
const user = client.getUser(client.getUserId());
|
||||||
|
|
||||||
|
user.setRawDisplayName(displayName);
|
||||||
|
user.setDisplayName(displayName);
|
||||||
|
|
||||||
return client;
|
return client;
|
||||||
},
|
},
|
||||||
[]
|
[]
|
||||||
|
|||||||
Reference in New Issue
Block a user