Skip to content

Commit

Permalink
fix: include username on profile creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Dec 7, 2024
1 parent c350a9e commit ab1ac50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/src/supabaseSync/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ async function insertOrUpdateProfile(
photo_url: user.userImage?.downloadUrl || null,
country: user.location?.countryCode || null,
tenant_id: process.env.TENANT_ID,
username: user.userName,
roles: user.userRoles,
})
.eq('firebase_auth_id', user._authID)
Expand Down

0 comments on commit ab1ac50

Please sign in to comment.