mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 00:54:56 +08:00
* Move confirm email setting from email provider to basic auth settings - Remove MAILER_AUTOCONFIRM from email provider form validation - Add confirm email setting to BasicAuthSettingsForm with proper form validation - Maintain existing functionality while improving UX by grouping related settings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Update BasicAuthSettingsForm.tsx * Fix the default value of email confirm. * Remove unnecessary comment. --------- Co-authored-by: Claude <noreply@anthropic.com>