Skip to content

Commit 16af2f7

Browse files
committed
chore: remove-bearer-token
1 parent 55e762c commit 16af2f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/utils/shutter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function fetchShutterData(decryptionTimestamp: number): Promise<ShutterApi
3535
headers: {
3636
accept: "application/json",
3737
"Content-Type": "application/json",
38-
authorization: `Bearer ${import.meta.env.REACT_APP_SHUTTER_API_TOKEN}`,
38+
// authorization: `Bearer ${import.meta.env.REACT_APP_SHUTTER_API_TOKEN}`,
3939
},
4040
body: JSON.stringify({
4141
decryptionTimestamp,
@@ -82,7 +82,7 @@ async function fetchDecryptionKey(identity: string): Promise<ShutterDecryptionKe
8282
method: "GET",
8383
headers: {
8484
accept: "application/json",
85-
authorization: `Bearer ${import.meta.env.REACT_APP_SHUTTER_API_TOKEN}`,
85+
// authorization: `Bearer ${import.meta.env.REACT_APP_SHUTTER_API_TOKEN}`,
8686
},
8787
});
8888

0 commit comments

Comments
 (0)