Skip to content

Commit

Permalink
Remove old todo (+ pipeline test for frontend w/path addition)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnayk committed Nov 12, 2023
1 parent 1772b48 commit 70ff356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Frontend/src/pages/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const Register = () => {
};

/* Username validation function */
// TODO: check that username is unique
const isValidUsername = (username) => {
return username.length > 0;
};
Expand Down

0 comments on commit 70ff356

Please sign in to comment.