mirror of
https://github.com/immich-app/immich.git
synced 2026-03-09 19:57:41 +03:00
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