Adding Register UI - #105
Conversation
This commit adds a Register or Sign Up page so that the user can register or sign up for the app.
|
Hii @gbowne1 npx eslint --fix . doesn't fix the problem
|
|
Yes, That is because they weren't defined. ESLint won't fix undefined errors. I am going to work on that today later on as its 5am and commit the rest of the fix to this PR branch. |
|
Login should be viewed at /login just fine I don't think /register had a route yet so that won't show up. |
|
It won't render if you're on the master branch since it isn't merged yet. There already is a /login route so should render just fine if you're on this PR branch. Either way I will fix this in a few hours and push to this PR branch. Oh and if ESLint renders a X in the corner you should be able to close the error overlay and see what is rendering. |
… to /register. Also fixes defines in Register.jsx
LOGESH-B
left a comment
There was a problem hiding this comment.
Tested Locally Working fine ..Aproving for merge✌️
|
Thanks 👍 |




This commit adds a Register or Sign Up page so that the user can register or sign up for the app.
It also adds the remaining fixes for the Login page UI including the initial CSS.