refactor(web): shared link key auth (#3855)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
assetIdsDto: {
|
||||
assetIds: Array.from(getAssets()).map((asset) => asset.id),
|
||||
},
|
||||
key: sharedLink.key,
|
||||
key: api.getKey(),
|
||||
});
|
||||
|
||||
for (const result of results) {
|
||||
|
||||
Reference in New Issue
Block a user