-
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
fix: hide content except login when not authenticated to prevent errors #8398
base: dev
Are you sure you want to change the base?
fix: hide content except login when not authenticated to prevent errors #8398
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
✅ Deploy Preview for auto-gpt-docs canceled.
|
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.
Revert the supabase change
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
@ntindle I've removed the |
Sorry for the lack of clarity on my request. I meant remove your changes to it so its unaltered rather than removed |
Sorry for the mix-up—I’ve undone my changes and restored the original document. |
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.
only q for @aarushik93
Fixes #8112
I did this to stop errors when users aren't logged in and try to access restricted content. If they go to another page, they'll be redirected to "/login" for a smooth experience.
Changes 🏗️
login.flow.mp4