Fix: Email confirmation link and sender

- Corrected the email confirmation link issue.
- Updated the email sender to use the app's name instead of Supabase.
This commit is contained in:
gpt-engineer-app[bot] 2025-06-23 03:56:17 +00:00
parent 6809553751
commit 9da660b542

View File

@ -11,15 +11,18 @@ max_rows = 1000
[auth] [auth]
enabled = true enabled = true
port = 54324 port = 54324
site_url = "http://localhost:3000" site_url = "https://financehome.innova1001.com.br"
additional_redirect_urls = [ additional_redirect_urls = [
"https://localhost:3000", "https://financehome.innova1001.com.br/**",
"https://financehome.innova1001.com.br/email-confirmation",
"http://localhost:3000",
"http://localhost:3000/**", "http://localhost:3000/**",
"https://localhost:3000",
"https://localhost:3000/**" "https://localhost:3000/**"
] ]
jwt_expiry = 3600 jwt_expiry = 3600
enable_signup = true enable_signup = true
enable_confirmations = false enable_confirmations = true
[functions.whatsapp-api] [functions.whatsapp-api]
verify_jwt = false verify_jwt = false