diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-08-05 21:18:19 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-08-05 21:18:19 -0400 |
| commit | 198591dbd7b0b6dd311ab9265d4cda4a733ee280 (patch) | |
| tree | 72b6dff0f38f4a9b13dd8cd36cd47ed7803e6006 /frontend | |
| parent | f21d34506d0fd09d5849fcee552447cdfbf4802f (diff) | |
| download | decky-loader-198591dbd7b0b6dd311ab9265d4cda4a733ee280.tar.gz decky-loader-198591dbd7b0b6dd311ab9265d4cda4a733ee280.zip | |
whoops don't need it herev2.0.4-198591d-pre
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/components/store/Store.tsx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/src/components/store/Store.tsx b/frontend/src/components/store/Store.tsx index 86318fd5..16e6994f 100644 --- a/frontend/src/components/store/Store.tsx +++ b/frontend/src/components/store/Store.tsx @@ -98,10 +98,6 @@ const StorePage: FC<{}> = () => { (async () => { const res = await fetch('https://beta.deckbrew.xyz/plugins', { method: 'GET', - credentials: 'include', - headers: { - Authentication: window.deckyAuthToken, - }, }).then((r) => r.json()); console.log(res); setData(res.filter((x: StorePlugin) => x.name !== 'Example Plugin')); @@ -109,10 +105,6 @@ const StorePage: FC<{}> = () => { (async () => { const res = await fetch('https://plugins.deckbrew.xyz/get_plugins', { method: 'GET', - credentials: 'include', - headers: { - Authentication: window.deckyAuthToken, - }, }).then((r) => r.json()); console.log(res); setLegacyData(res); |
