Skip to content

Commit

Permalink
CHE-45 added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Mar 27, 2024
1 parent 3c51527 commit 8c7295c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/RegistrationPage/RegistrationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const RegistrationPage: React.FC = () => {
console.error("Error adding user to state:", error);
});
} catch (error) {
//TODO Needs better error handling
//TODO Needs better error handling and user feedback
console.error("Registration error:", error);
}
};
Expand Down

0 comments on commit 8c7295c

Please sign in to comment.