import { Suspense } from "react"; import TokenHandler from "@/components/TokenHandler"; import { AUTH_TOKEN_KEY } from "@/lib/constants"; export default function AuthCallbackPage() { return (

Authentication Callback

} > ); }