Conversation
✅ Deploy Preview for paisable ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@archa8 please review |
archa8
left a comment
There was a problem hiding this comment.
Uncaught Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.
useAuth useAuth.js:11 onClick RegisterPage.jsx:102
I am getting this error in console, because you are calling your useAuth hook inside an onClick event handler. Kindly correct this and also, add the OAuth feature on the Sign In page too.
archa8
left a comment
There was a problem hiding this comment.
Kindly make the changes as requested @chatterjeedeep08

Description
Frontend setup for OAuth implementation
Related Issue
feat: Add OAuth for Google and GitHub (Manual implementation)
#10
Motivation and Context
Change for mentioned feature
Types of Changes
How Has This Been Tested?
N/A, cosmetic changes only
Screenshots (if applicable):
N/A
Checklist