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
{{ message }}
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
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.
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
Authcomponent.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.