spring-hh

Results 1 issues of spring-hh

**Describe the bug** When running `supabase init`, the generated `config.toml` sets both TOTP flags to `false`: ```toml [auth.mfa.totp] enroll_enabled = false verify_enabled = false ```` However, the documentation at [https://supabase.com/docs/guides/local-development/cli/config](https://supabase.com/docs/guides/local-development/cli/config)...