1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-17 03:47:45 +02:00

fix(web): copy shared link (#6309)

This commit is contained in:
Jason Rasmussen
2024-01-09 23:10:06 -05:00
committed by GitHub
parent bf1dd36fa9
commit 08fcce9e90
2 changed files with 6 additions and 3 deletions

View File

@ -94,7 +94,7 @@
return;
}
await copyToClipboard(password ? `Link: ${sharedLink}\nPassword: ${password}` : sharedLink);
await copyToClipboard(sharedLink);
};
const getExpirationTimeInMillisecond = () => {