Skip to content

Commit

Permalink
Merge pull request #28 from Gerosullivan/has-onboarded-fix
Browse files Browse the repository at this point in the history
fix for has onboarded
  • Loading branch information
Gerosullivan authored Oct 31, 2024
2 parents 1829afb + c877ad3 commit f4af28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/[locale]/setup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default function SetupPage() {

const updateProfilePayload: TablesUpdate<"profiles"> = {
...profile,
has_onboarded: true,
display_name: displayName,
username,
profile_context: profileInstructions
Expand Down

0 comments on commit f4af28c

Please sign in to comment.