diff --git a/website/src/pages/dashboard.tsx b/website/src/pages/dashboard.tsx index 6236b467..caa41c14 100644 --- a/website/src/pages/dashboard.tsx +++ b/website/src/pages/dashboard.tsx @@ -12,7 +12,7 @@ import useSWR from "swr"; const Dashboard = () => { // Adding a demonstrative call to the backend that includes the web's JWT. - useSWRImmutable(`${process.env.FASTAPI_URL}/api/v1/auth/check`, get); + useSWR(`${process.env.FASTAPI_URL}/api/v1/auth/check`, get); const { t,