Fixed auth check.

This commit is contained in:
Mike Cao 2025-01-31 00:27:22 -08:00
parent 85382e25af
commit aaf8b1935f
3 changed files with 7 additions and 5 deletions

1
next-env.d.ts vendored
View file

@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.