From c877ad373af6b08664f9add6f0e6668445eacc62 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 31 Oct 2024 12:30:38 +0000 Subject: [PATCH] fix for has onboarded --- app/[locale]/setup/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/[locale]/setup/page.tsx b/app/[locale]/setup/page.tsx index 873fcc3..03b9a6f 100644 --- a/app/[locale]/setup/page.tsx +++ b/app/[locale]/setup/page.tsx @@ -83,6 +83,7 @@ export default function SetupPage() { const updateProfilePayload: TablesUpdate<"profiles"> = { ...profile, + has_onboarded: true, display_name: displayName, username, profile_context: profileInstructions