You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Supabase, I have disabled sign-up in the project settings via option "Allow new users to sign up".
However, when users want to sign-in for the first time, some are confused and click on the "Don't have an account? Sign up" link, and of course when they hit "Sign Up" it does not work for them, which normal.
To Reproduce
Use any supabase app, use Auth component.
Expected behavior
The "Don't have an account? Sign up" link should not appear when project does not allow sign-ups.
Or at least, it should be customizable.
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
In Supabase, I have disabled sign-up in the project settings via option "Allow new users to sign up".
However, when users want to sign-in for the first time, some are confused and click on the "Don't have an account? Sign up" link, and of course when they hit "Sign Up" it does not work for them, which normal.
To Reproduce
Use any supabase app, use
Auth
component.Expected behavior
The "Don't have an account? Sign up" link should not appear when project does not allow sign-ups.
Or at least, it should be customizable.
The text was updated successfully, but these errors were encountered: