mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Fix auth error if last block put takes too long (#364)
This commit is contained in:
@@ -84,6 +84,7 @@ export class AzureFileUploadService {
|
||||
blockIndex++;
|
||||
}
|
||||
|
||||
url = await this.renewUrlIfNecessary(url, renewalCallback);
|
||||
const blockListUrl = Utils.getUrl(url);
|
||||
const blockListXml = this.blockListXml(blocksStaged);
|
||||
blockListUrl.searchParams.append('comp', 'blocklist');
|
||||
|
||||
Reference in New Issue
Block a user