|
|
|
@ -1884,6 +1884,7 @@ fastify.post("/api/installLogin", {
|
|
|
|
|
zone: user.zone,
|
|
|
|
|
address1: user.address1,
|
|
|
|
|
address2: user.address2,
|
|
|
|
|
picture: user.picture,
|
|
|
|
|
profile: {
|
|
|
|
|
state: user.state,
|
|
|
|
|
country: user.country,
|
|
|
|
@ -1921,6 +1922,7 @@ fastify.post("/api/installLogin", {
|
|
|
|
|
fcmId: installation.fcmId,
|
|
|
|
|
alternativeNumber: installation.alternativeNumber,
|
|
|
|
|
phoneVerified: installation.phoneVerified,
|
|
|
|
|
picture: installation.picture
|
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
} catch (err) {
|
|
|
|
|