Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions code_review_Na
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
I really like your design. Clean and neat. the color of all the tabs are cute. Code structure is well organized.
Since I am doing user authentication part in our own project. In the code review, I checked the a bit about user authentication part.
I saw you involved Email verification in the user registation part which is pretty good.
I tried use invalid email like "test@111" which is invalid email but it passed.
I am wondering if in the future it could be a small improvement to set more email verification rules.
Overall, I really like your project.