-
Notifications
You must be signed in to change notification settings - Fork 44.4k
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
Merge login and signin #8389
Merge login and signin #8389
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
✅ Deploy Preview for auto-gpt-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
5fc833e
to
c69f3f6
Compare
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.
good start, just some quick things. I'll let other team members review the frontend code otherwise
Done..!! |
@Abhi1992002 same thing here regarding supabase |
This reverts commit 5b9bdfb.
Fixes #8328
Both the login and signup processes were the same, causing confusion. Now, there’s a single route for login, and if the user isn’t registered, they’ll be redirected to the signup page automatically.
Changes 🏗️
Created two separate files for login and signup.
If a user tries to log in and their email is not found in the system, they will
be redirected to the signup page.
If the user is already registered, the usual login process will proceed.
Testing 🔍
• The login flow to ensure redirection to signup if email is not present.
• Confirmed successful login for registered users.
login-signin.flow.mp4