1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 02:19:18 +00:00

set auth to false for anon file send access (#18978)

This commit is contained in:
John Harrington
2026-02-16 15:55:03 -07:00
committed by GitHub
parent 5623568a2f
commit 728eab3dab

View File

@@ -105,7 +105,7 @@ export class SendApiService implements SendApiServiceAbstraction {
"POST",
"/sends/access/file/" + send.file.id,
null,
true,
false,
true,
apiUrl,
setAuthTokenHeader,