diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index c0b7f064..a5421846 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -24,8 +24,10 @@ import { api } from 'web/lib/api' import { MultiSelectAnswers } from 'web/components/answers/answer-compatibility-question-content' import { usePersistentInMemoryState } from 'web/hooks/use-persistent-in-memory-state' import { debounce } from 'lodash' +import {useRedirectIfSignedOut} from "web/hooks/use-redirect-if-signed-out"; export default function NotificationsPage() { + useRedirectIfSignedOut() return (