import { Suspense } from 'react'; import TokenHandler from '@/components/TokenHandler'; export default function AuthCallbackPage() { return (

Authentication Callback

}> ); }