Skip to content

Commit

Permalink
Fixed name not showing up after signing up
Browse files Browse the repository at this point in the history
  • Loading branch information
notforrest committed Nov 20, 2024
1 parent b685c71 commit dd96270
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/(tabs)/account/choose-full-name.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ const handleSubmitFullName = async (
} else {
router.push({
pathname: "/account/profile",
params: { userId: userId },
params: {
newUser: username,
newName: fullName,
},
});
}
} catch (error) {
Expand Down

0 comments on commit dd96270

Please sign in to comment.