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:
@@ -105,7 +105,7 @@ export class SendApiService implements SendApiServiceAbstraction {
|
||||
"POST",
|
||||
"/sends/access/file/" + send.file.id,
|
||||
null,
|
||||
true,
|
||||
false,
|
||||
true,
|
||||
apiUrl,
|
||||
setAuthTokenHeader,
|
||||
|
||||
Reference in New Issue
Block a user