mirror of
https://github.com/bitwarden/browser
synced 2025-12-27 13:43:41 +00:00
support for copying send link to clipboard on save (#265)
This commit is contained in:
@@ -152,6 +152,7 @@ export class SendService implements SendServiceAbstraction {
|
||||
response = await this.apiService.postSendFile(fd);
|
||||
}
|
||||
sendData[0].id = response.id;
|
||||
sendData[0].accessId = response.accessId;
|
||||
} else {
|
||||
response = await this.apiService.putSend(sendData[0].id, request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user