-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Bug: no "Log in" button #135
Comments
I think we can add a drop down that includes log in for folks. https://posthog.com has something like this. Solution
|
One way this could be achieved is by storing the Upon the user's arrival on the site, we would then check for the availability of the If the |
for this we can go to simpler solution and use conditional rendering, where we redirect the person to a page in insights:
and we will change the copy to "Use The App", I think this might have a simpler approach and less complex. |
This is a nice idea but supabase authentication was not setup in this repo it was setup in the insights repo. So the only way to use this is if we setup supabase on this repo or pass the |
Yeah, I mean that we do not need to setup supabase here, we can just rely on the insight repo and do the logic there. Here we can just change the copy. |
or we can just redirect them to: https://insights.opensauced.pizza/ |
Currently on the landing page we have a similar logic |
So should I open a feat request issue on the insight page to store the |
Describe the bug
When an existing user navigates to https://opensauced.pizza, they can only log in by clicking "Connect with GitHub", which appears to restart the signup process.
Steps to reproduce
Browsers
Chrome, Firefox, Safari, Other (add additional context)
Additional context (Is this in dev or production?)
Arc browser
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: