fix get user rauth

This commit is contained in:
Milo Schwartz
2024-10-13 15:05:52 -04:00
parent 0e751c6609
commit 7bfa17a293
2 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ export default async function Page() {
redirect("/");
}
console.log(user.email)
return (
<>
<VerifyEmailForm email={user.email}/>