Fix add initial_device_display_name on register
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
4af7c8cb8e
commit
7a41591ff5
1 changed files with 4 additions and 1 deletions
|
|
@ -75,7 +75,10 @@ async function completeRegisterStage(
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const result = await tempClient.registerRequest({
|
const result = await tempClient.registerRequest({
|
||||||
username, password, auth,
|
username,
|
||||||
|
password,
|
||||||
|
auth,
|
||||||
|
initial_device_display_name: cons.DEVICE_DISPLAY_NAME,
|
||||||
});
|
});
|
||||||
const data = { completed: result.completed || [] };
|
const data = { completed: result.completed || [] };
|
||||||
if (result.access_token) {
|
if (result.access_token) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue