From 180e0e0c5ed25cc7fbda32e74ab1f7675bed12b3 Mon Sep 17 00:00:00 2001 From: Giancarlo Buomprisco Date: Thu, 19 Jun 2025 14:25:39 +0700 Subject: [PATCH] Enable manual account linking (#289) --- apps/web/supabase/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/supabase/config.toml b/apps/web/supabase/config.toml index 5cd373e43..d539fb519 100644 --- a/apps/web/supabase/config.toml +++ b/apps/web/supabase/config.toml @@ -48,6 +48,7 @@ additional_redirect_urls = ["http://localhost:3000", "http://localhost:3000/auth jwt_expiry = 3600 # Allow/disallow new user signups to your project. enable_signup = true +enable_manual_linking = true # Enable TOTP MFA [auth.mfa.totp]