1
0
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:
Kyle Spearrin
2021-02-08 15:55:32 -05:00
committed by GitHub
parent 58e6f24d5f
commit a4ac842cec
2 changed files with 31 additions and 10 deletions

View File

@@ -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);
}