There was an error while loading. Please reload this page.
1 parent d43e68e commit 55e762cCopy full SHA for 55e762c
web/src/utils/shutter.ts
@@ -35,6 +35,7 @@ async function fetchShutterData(decryptionTimestamp: number): Promise<ShutterApi
35
headers: {
36
accept: "application/json",
37
"Content-Type": "application/json",
38
+ authorization: `Bearer ${import.meta.env.REACT_APP_SHUTTER_API_TOKEN}`,
39
},
40
body: JSON.stringify({
41
decryptionTimestamp,
@@ -81,6 +82,7 @@ async function fetchDecryptionKey(identity: string): Promise<ShutterDecryptionKe
81
82
method: "GET",
83
84
85
86
87
});
88
0 commit comments