Fix registration display name
This commit is contained in:
parent
97ab7ee2c0
commit
c71f37a8f8
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ export function useInteractiveRegistration() {
|
|||
deviceId: device_id,
|
||||
});
|
||||
|
||||
await client.setDisplayName(username);
|
||||
|
||||
const session = { user_id, device_id, access_token, passwordlessUser };
|
||||
|
||||
if (passwordlessUser) {
|
||||
|
|
Loading…
Reference in a new issue