You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
list: true,})// TODO: Deny access using middleware instead of client side functionsif(!access){window.location.replace('/')}const[cookies,setCookie]=useCookies(['visit'])if(!cookies.visit)setCookie('visit',{})
f65e6eb54596f7417367eb98b245d8f2227a46a2
The text was updated successfully, but these errors were encountered:
Deny access using middleware instead of client side functions
https://github.com/ThomasFKJorna/thesis-visualization/blob/30049cf6e0a939842bcf9768258e78cd12f91b2a/apps/thesis/pages/discussions/index.tsx#L41
f65e6eb54596f7417367eb98b245d8f2227a46a2
The text was updated successfully, but these errors were encountered: