mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
make client link work approval feed
This commit is contained in:
@@ -85,6 +85,7 @@ async function queryApprovals(
|
||||
email: users.email
|
||||
},
|
||||
clientName: clients.name,
|
||||
niceId: clients.niceId,
|
||||
deviceModel: fingerprints.deviceModel,
|
||||
fingerprintPlatform: fingerprints.platform,
|
||||
fingerprintOsVersion: fingerprints.osVersion,
|
||||
@@ -165,7 +166,8 @@ async function queryApprovals(
|
||||
return {
|
||||
...rest,
|
||||
deviceName,
|
||||
fingerprint
|
||||
fingerprint,
|
||||
niceId: approval.niceId || null
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user