-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added register page #98
base: main
Are you sure you want to change the base?
Conversation
@kashnx is attempting to deploy a commit to the punyakrit's projects Team on Vercel. A member of the Team first needs to authorize it. |
actions/UserProfile.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you changed the code of both actions flies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didnt change. It's the same as before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
both codes were switched i haved fixed them
register logic isnt working and page design is too simple make it better |
use nextauth for register part dont make post request as need to take care of jwt and cookie part also there make a callback call for rest of the things |
Register page added , fully functional with data storing into mongodb database, and signup with google